mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-11-05 23:06:12 +08:00
lint fix
This commit is contained in:
@@ -9,7 +9,7 @@ class LunaSea extends NotificationProvider {
|
||||
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
|
||||
let okMsg = "Sent Successfully.";
|
||||
let lunaseaurl = "";
|
||||
if(notification.lunaseaNotificationType === "device") {
|
||||
if (notification.lunaseaNotificationType === "device") {
|
||||
lunaseaurl = "https://notify.lunasea.app/v1/custom/device/" + notification.lunaseaId;
|
||||
} else {
|
||||
lunaseaurl = "https://notify.lunasea.app/v1/custom/user/" + notification.lunaseaId;
|
||||
|
||||
Reference in New Issue
Block a user