From dbfc50c49a3d24e262816c2074a9321d1c82691c Mon Sep 17 00:00:00 2001 From: cool Date: Tue, 9 Apr 2024 14:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/task/event/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/task/event/app.ts b/src/modules/task/event/app.ts index 32f409a..48e5c43 100644 --- a/src/modules/task/event/app.ts +++ b/src/modules/task/event/app.ts @@ -6,7 +6,7 @@ import { CoolEvent, Event } from '@cool-midway/core'; * 应用事件 */ @CoolEvent() -export class AppEvent { +export class TaskAppEvent { @Inject() taskInfoService: TaskInfoService;