@gbl-uzh/platform 0.4.9 → 0.4.10
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.js +2 -2
- package/dist/nexus.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1737,7 +1737,7 @@ async function getPlayerResult(args, ctx) {
|
|
|
1737
1737
|
}
|
|
1738
1738
|
},
|
|
1739
1739
|
orderBy: {
|
|
1740
|
-
createdAt: "
|
|
1740
|
+
createdAt: "asc"
|
|
1741
1741
|
}
|
|
1742
1742
|
});
|
|
1743
1743
|
return {
|
|
@@ -1917,7 +1917,7 @@ async function getPlayerTransactions(args, ctx) {
|
|
|
1917
1917
|
}
|
|
1918
1918
|
},
|
|
1919
1919
|
orderBy: {
|
|
1920
|
-
createdAt: "
|
|
1920
|
+
createdAt: "asc"
|
|
1921
1921
|
}
|
|
1922
1922
|
});
|
|
1923
1923
|
return playerActions;
|
package/dist/nexus.js
CHANGED