lrf 2 년 전
부모
커밋
de9aa446e6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
     }