lrf il y a 2 ans
Parent
commit
de9aa446e6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/service/matchSmallGroupSchedule.js

+ 1 - 1
app/service/matchSmallGroupSchedule.js

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