flyzto 2 weeks ago
parent
commit
6f8d4df164
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pinnacle/main.js

+ 2 - 2
pinnacle/main.js

@@ -38,8 +38,8 @@ const resetVersionsCount = () => {
 }
 
 const incrementVersionsCount = () => {
-  GLOBAL_DATA.straightFixturesCount = 0;
-  GLOBAL_DATA.specialFixturesCount = 0;
+  GLOBAL_DATA.straightFixturesCount += 1;
+  GLOBAL_DATA.specialFixturesCount += 1;
 }