mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-04-11 10:52:20 +00:00
Update server/notification-providers/pushplus.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
d3144dcd61
commit
a7624bb747
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue