@everymatrix/casino-games-category-section 1.5.3 → 1.5.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-games-category-section",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "main": "dist/casino-games-category-section.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "455c9a0d14fef23d3698fbea37042c69e3aeed24"
39
+ "gitHead": "394176b807e2523b04e88d04cbdb5d596577547a"
40
40
  }
@@ -183,6 +183,7 @@
183
183
  if((categoryid.match(/\$/g) || []).length > 1) {
184
184
  categoryidparsed = categoryid.split('$').slice(0, 2).join('$');
185
185
  url = new URL(`${endpoint}/casino/groups/${datasource}/${categoryidparsed}/subGroups`);
186
+
186
187
  } else {
187
188
  url = new URL(`${endpoint}/casino/groups/${datasource}/${categoryid}`);
188
189
  }