This commit is contained in:
Bobby Ore 2023-02-08 14:16:02 -06:00
parent 53d9e98e47
commit 3a361d2621

View File

@ -9,12 +9,12 @@ class LunaSea extends NotificationProvider {
async send(notification, msg, monitorJSON = null, heartbeatJSON = null) { async send(notification, msg, monitorJSON = null, heartbeatJSON = null) {
let okMsg = "Sent Successfully."; let okMsg = "Sent Successfully.";
let lunaseaurl = ""; let lunaseaurl = "";
if(notification.lunaseaNotificationType === "device") { if (notification.lunaseaNotificationType === "device") {
lunaseaurl = "https://notify.lunasea.app/v1/custom/device/" + notification.lunaseaId; lunaseaurl = "https://notify.lunasea.app/v1/custom/device/" + notification.lunaseaId;
} else { } else {
lunaseaurl = "https://notify.lunasea.app/v1/custom/user/" + notification.lunaseaId; lunaseaurl = "https://notify.lunasea.app/v1/custom/user/" + notification.lunaseaId;
} }
try { try {
if (heartbeatJSON == null) { if (heartbeatJSON == null) {
let testdata = { let testdata = {