@obb871001/api-integration-sdk 1.0.358 → 1.0.359
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
|
@@ -9709,7 +9709,7 @@ const iu = ({ onIdle: e, onActive: n, onAction: t, timeout: l = 6e5 }) => cs({
|
|
|
9709
9709
|
select: (p) => {
|
|
9710
9710
|
const { data: g } = p;
|
|
9711
9711
|
return {
|
|
9712
|
-
currentWager: g.wagering,
|
|
9712
|
+
currentWager: g.wagering || g.value,
|
|
9713
9713
|
currentLevel: t.vip_level,
|
|
9714
9714
|
currentVipStatus: g.status
|
|
9715
9715
|
};
|