From 5d6ac7f07cbc805b4a595e53883457bd13ec4e81 Mon Sep 17 00:00:00 2001 From: whyour Date: Sat, 18 Jun 2022 19:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=B3=BB=E7=BB=9Ftoken?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/open.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/services/open.ts b/back/services/open.ts index 34483837..176c9201 100644 --- a/back/services/open.ts +++ b/back/services/open.ts @@ -155,7 +155,7 @@ export default class OpenService { if (!systemApp) { systemApp = await this.create({ name: 'system', - scopes: ['crons'], + scopes: ['crons', 'system'], } as App); } const nowTime = Math.round(Date.now() / 1000);