@opexa/portal-sdk 0.0.34 → 0.0.35

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.mjs CHANGED
@@ -3386,7 +3386,7 @@ class Gt {
3386
3386
  ok: !0,
3387
3387
  data: this.transformer.transform.gameSession(t.data)
3388
3388
  };
3389
- const a = await this.walletService.gameSession({ id: e });
3389
+ const a = await this.gameService.gameSession({ id: e });
3390
3390
  return a.ok ? {
3391
3391
  ok: !0,
3392
3392
  data: a.data ? this.transformer.transform.gameSession(a.data) : null