@@ -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 };