修复登录通知失败造成服务重启

This commit is contained in:
whyour
2025-05-11 14:36:16 +08:00
parent 9a399f8de8
commit 8a18baa921
5 changed files with 14 additions and 77 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export default class NotificationService {
try {
return await notificationModeAction?.call(this);
} catch (error: any) {
throw error;
console.error(error);
}
}
return false;