mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-10 03:19:55 +08:00
Fix Lunasea do not handle general message correctly #1790
This commit is contained in:
@@ -14,7 +14,7 @@ class LunaSea extends NotificationProvider {
|
|||||||
if (heartbeatJSON == null) {
|
if (heartbeatJSON == null) {
|
||||||
let testdata = {
|
let testdata = {
|
||||||
"title": "Uptime Kuma Alert",
|
"title": "Uptime Kuma Alert",
|
||||||
"body": "Testing Successful.",
|
"body": msg,
|
||||||
};
|
};
|
||||||
await axios.post(lunaseadevice, testdata);
|
await axios.post(lunaseadevice, testdata);
|
||||||
return okMsg;
|
return okMsg;
|
||||||
|
Reference in New Issue
Block a user