Update notification.service.ts

This commit is contained in:
Baobhan Sith
2025-04-30 10:03:02 +08:00
parent 288153dd70
commit d95b1b502a
@@ -408,7 +408,7 @@ export class NotificationService {
event: NotificationEvent, event: NotificationEvent,
details?: Record<string, any> | string details?: Record<string, any> | string
): Promise<void> { ): Promise<void> {
console.log(`[通知] 事件触发: ${event}`, details || ""); // console.log(`[通知] 事件触发: ${event}`, details || "");
let userLang = defaultLng; let userLang = defaultLng;
let userTimezone = "UTC"; let userTimezone = "UTC";