@obb871001/api-integration-sdk 1.0.401 → 1.0.403
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
|
@@ -8368,7 +8368,7 @@ const Po = /* @__PURE__ */ yi(Ro), wo = ({
|
|
|
8368
8368
|
return Q({
|
|
8369
8369
|
queryKey: ["checkEventStatus"],
|
|
8370
8370
|
queryFn: async () => a(n),
|
|
8371
|
-
select: (r) => r.data.event_status,
|
|
8371
|
+
select: (r) => r.data.event_status || r.data,
|
|
8372
8372
|
...e
|
|
8373
8373
|
});
|
|
8374
8374
|
}, nu = ({ options: e } = {}) => {
|