mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-23 05:39:20 +08:00
fix: define pushdeerlink
This commit is contained in:
@@ -10,7 +10,7 @@ class PushDeer extends NotificationProvider {
|
|||||||
let okMsg = "Sent Successfully.";
|
let okMsg = "Sent Successfully.";
|
||||||
let endpoint = "/message/push";
|
let endpoint = "/message/push";
|
||||||
let serverUrl = notification.pushdeerServer || "https://api2.pushdeer.com";
|
let serverUrl = notification.pushdeerServer || "https://api2.pushdeer.com";
|
||||||
pushdeerlink = `${serverUrl.trim().replace(/\/*$/, "")}${endpoint}`;
|
let pushdeerlink = `${serverUrl.trim().replace(/\/*$/, "")}${endpoint}`;
|
||||||
|
|
||||||
let valid = msg != null && monitorJSON != null && heartbeatJSON != null;
|
let valid = msg != null && monitorJSON != null && heartbeatJSON != null;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user