@smartico/public-api 0.0.129 → 0.0.131
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.modern.mjs
CHANGED
|
@@ -1395,7 +1395,7 @@ class WSAPI {
|
|
|
1395
1395
|
}
|
|
1396
1396
|
async jackpotGet(filter) {
|
|
1397
1397
|
var _this = this;
|
|
1398
|
-
const signature = `${filter.jp_template_id}:${filter.related_game_id}`;
|
|
1398
|
+
const signature = `${filter == null ? void 0 : filter.jp_template_id}:${filter == null ? void 0 : filter.related_game_id}`;
|
|
1399
1399
|
if (signature !== this.jackpotGetSignature) {
|
|
1400
1400
|
this.jackpotGetSignature = signature;
|
|
1401
1401
|
this.jackpotClearCache();
|