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