lrf 4 miesięcy temu
rodzic
commit
e2bb6f4d83
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      src/controller/platform/match.controller.ts

+ 1 - 0
src/controller/platform/match.controller.ts

@@ -36,6 +36,7 @@ export class MatchController implements BaseController {
       const extData = await this.matchExtService.fetch({ match_id })
       if (!extData) continue;
       nobj.ext_status = get(extData, 'status')
+      fillList.push(nobj)
     }
     return { data: fillList, total };
   }