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