@obb871001/api-integration-sdk 1.0.344 → 1.0.345
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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8244,7 +8244,7 @@ const Lo = /* @__PURE__ */ yi(No), Go = ({
|
|
|
8244
8244
|
queryKey: ["getEventWalletList", e],
|
|
8245
8245
|
queryFn: async () => await n({ gamePlatform: e }),
|
|
8246
8246
|
select: (t) => {
|
|
8247
|
-
const l = Y(t, "data", []), p = Y(t, "summary", []), g = e ? Ie(p, (b) => b.
|
|
8247
|
+
const l = Y(t, "data", []), p = Y(t, "summary", []), g = e ? Ie(p, (b) => b.platform === e) : p, U = Y(l, "data", []), {
|
|
8248
8248
|
current_page: d,
|
|
8249
8249
|
first_page_url: r,
|
|
8250
8250
|
from: a,
|