@everymatrix/casino-page 0.0.112 → 0.0.113
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/casino-page.js +1 -1
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoPage.svelte +1 -1
package/dist/casino-page.js
CHANGED
|
@@ -11269,7 +11269,7 @@
|
|
|
11269
11269
|
getMostPlayedGames({
|
|
11270
11270
|
limit: 100,
|
|
11271
11271
|
device: getDevice(userAgent),
|
|
11272
|
-
rounds:
|
|
11272
|
+
rounds: 10
|
|
11273
11273
|
}).then(res => {
|
|
11274
11274
|
$$invalidate(11, isLoading = false);
|
|
11275
11275
|
|