Update notification.service.ts
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user