lrf hace 4 meses
padre
commit
e2bb6f4d83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 };
   }