Update server/notification-providers/pushplus.js

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Teror Fox 2025-03-26 23:11:40 +08:00 committed by GitHub
parent d3144dcd61
commit a7624bb747
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,6 @@ class PushPlus extends NotificationProvider {
await axios.post(url, params, config);
} catch (error) {
this.throwGeneralAxiosError(error);
console.error("PushPlus Error:", error.response?.data || error.message);
throw new Error("Notification failed: " + error.message);
}
}