@opexa/portal-sdk 0.28.0 → 0.28.1
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.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6956,7 +6956,7 @@ var Sdk = class {
|
|
|
6956
6956
|
return {
|
|
6957
6957
|
ok: true,
|
|
6958
6958
|
data: res0?.data?.map((o) => {
|
|
6959
|
-
const game = res1.data.edges.find((e) =>
|
|
6959
|
+
const game = res1.data.edges.find((e) => e.node.reference === o.game.id)?.node;
|
|
6960
6960
|
return this.transformer.transform.topWin({
|
|
6961
6961
|
...o,
|
|
6962
6962
|
game
|