diff --git a/src/routes/cnb.ts b/src/routes/cnb.ts index 238fdae..0c401ed 100644 --- a/src/routes/cnb.ts +++ b/src/routes/cnb.ts @@ -37,7 +37,7 @@ app.route({ })) const repositories = _todayList.filter(item => item.topics.includes('gitea')); if (_todayList.length >= 1) { - app.run({ path: 'cnb', key: 'report', payload: { repoList: _todayList } }); + await app.run({ path: 'cnb', key: 'report', payload: { repoList: _todayList } }); } ctx.body = { list: repositories