diff --git a/server/notification-providers/lunasea.js b/server/notification-providers/lunasea.js index b53f3241..2985425e 100644 --- a/server/notification-providers/lunasea.js +++ b/server/notification-providers/lunasea.js @@ -14,7 +14,7 @@ class LunaSea extends NotificationProvider { if (heartbeatJSON == null) { let testdata = { "title": "Uptime Kuma Alert", - "body": "Testing Successful.", + "body": msg, }; await axios.post(lunaseadevice, testdata); return okMsg;