@obb871001/api-integration-sdk 1.0.229 → 1.0.231
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
|
@@ -8316,7 +8316,7 @@ const Jr = /* @__PURE__ */ Ii(Zr), Ir = ({
|
|
|
8316
8316
|
const { transferInGameApi: s } = _e();
|
|
8317
8317
|
return fe({
|
|
8318
8318
|
mutationKey: ["transferInGame"],
|
|
8319
|
-
mutationFn: async (n) => s(
|
|
8319
|
+
mutationFn: async (n) => s(n),
|
|
8320
8320
|
retry: !1,
|
|
8321
8321
|
...e
|
|
8322
8322
|
});
|