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