移除随机延迟相关配置及 ProxyUrl 默认值,修复拉库通知可能失败

This commit is contained in:
whyour
2023-11-05 01:02:31 +08:00
parent c3a0f58003
commit 4a3ac7dc4b
6 changed files with 15 additions and 29 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ export default class NotificationService {
try {
return await notificationModeAction?.call(this);
} catch (error: any) {
return false;
throw error;
}
}
return false;