From 966bda8b26dfb4fdc26e77a99873ec70b88c4361 Mon Sep 17 00:00:00 2001 From: WangDL Date: Fri, 22 May 2026 23:15:12 +0800 Subject: [PATCH] fix: restore AppModule class declaration --- src/app.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.module.ts b/src/app.module.ts index 99bae02..02aa149 100644 --- a/src/app.module.ts +++ b/src/app.module.ts @@ -149,3 +149,5 @@ import appleConfig from './config/apple.config'; NotificationWorker, ], }) + +export class AppModule {}