lrf 2 vuotta sitten
vanhempi
commit
de9aa446e6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
     }