fansunited-management-components 1.49.0 → 1.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.es.js CHANGED
@@ -11220,10 +11220,10 @@ class oA extends qS {
11220
11220
  headers: K(j({}, this.headers), { Authorization: "Bearer " + o })
11221
11221
  });
11222
11222
  }));
11223
- ee(this, "getEitherOrByIdReadOnlyClient", (n, r) => T(this, null, function* () {
11224
- const i = "https://mini-games.fansunitedapi.com/v1", o = `/either-or/${n}/staff?`, a = yield this.getToken(), l = K(j({}, this.mainQueryParams), { client_id: r });
11225
- return yield fetch(i + o + new URLSearchParams(l || this.mainQueryParams), {
11226
- headers: K(j({}, this.headers), { Authorization: "Bearer " + a })
11223
+ ee(this, "getEitherOrByIdReadOnlyClient", (n, r, i) => T(this, null, function* () {
11224
+ const o = "https://mini-games.fansunitedapi.com/v1", a = `/either-or/${n}/staff?`, l = yield this.getToken(), s = { key: r, client_id: i };
11225
+ return yield fetch(o + a + new URLSearchParams(s), {
11226
+ headers: K(j({}, this.headers), { Authorization: "Bearer " + l })
11227
11227
  });
11228
11228
  }));
11229
11229
  ee(this, "createEitherOr", (n) => T(this, null, function* () {