lrf před 2 roky
rodič
revize
de9aa446e6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/service/matchSmallGroupSchedule.js

+ 1 - 1
app/service/matchSmallGroupSchedule.js

@@ -86,7 +86,7 @@ class MatchSmallGroupScheduleService extends CrudService {
         }
         scoreList.push(marr);
       }
-      obj.table = [ ...playerArr, ...scoreList ];
+      obj.table = [ playerArr, ...scoreList ];
       arr.push(obj);
     }