@everymatrix/casino-tournaments-controller 0.0.272 → 0.0.273

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-tournaments-controller",
3
- "version": "0.0.272",
3
+ "version": "0.0.273",
4
4
  "main": "dist/casino-tournaments-controller.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": "2251ff7ad156e5d687da1a0ce2f71e526ca4eac5"
39
+ "gitHead": "64e123e6fa8a75c569b58741b32113413ad65748"
40
40
  }
@@ -27,7 +27,6 @@
27
27
  export let currency:string = 'EUR';
28
28
  export let containermaxwidth:string = '';
29
29
 
30
- const sortByStatus:string = '""|type1';
31
30
  // Variables of topics for communication
32
31
  let hasErrors:boolean = false;
33
32
  let error:string = '';
@@ -127,7 +126,6 @@
127
126
  }
128
127
 
129
128
  tournamentsUrl.searchParams.append('platform', getDevice(userAgent));
130
- tournamentsUrl.searchParams.append('sortType', sortByStatus);
131
129
 
132
130
  if (isLoggedIn) {
133
131
  reqHeaders.append("X-SessionID", sessionID);