@smartico/public-api 0.0.129 → 0.0.130

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 CHANGED
@@ -1690,7 +1690,7 @@ var WSAPI = /*#__PURE__*/function () {
1690
1690
  _proto.jackpotGet = function jackpotGet(filter) {
1691
1691
  try {
1692
1692
  var _this36 = this;
1693
- var signature = filter.jp_template_id + ":" + filter.related_game_id;
1693
+ var signature = (filter == null ? void 0 : filter.jp_template_id) + ":" + (filter == null ? void 0 : filter.related_game_id);
1694
1694
  if (signature !== _this36.jackpotGetSignature) {
1695
1695
  _this36.jackpotGetSignature = signature;
1696
1696
  _this36.jackpotClearCache();