flyzto 2 週間 前
コミット
6f8d4df164
1 ファイル変更2 行追加2 行削除
  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;
 }