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);