From 5f7ed89634dfc72ea651ad8c5a267482746c1ed5 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sun, 29 Mar 2026 01:16:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=A5=E5=91=8A=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E7=9A=84=E5=BC=82=E6=AD=A5=E8=B0=83=E7=94=A8=EF=BC=8C?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E5=9C=A8=E5=8F=91=E9=80=81=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E5=89=8D=E7=AD=89=E5=BE=85=E5=A4=84=E7=90=86=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/cnb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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