A possible fix for #2447

pull/2513/head
Louis Lam 1 year ago
parent 5554432b31
commit 1006fbd873

@ -1090,7 +1090,7 @@ class Monitor extends BeanModel {
// Prevent if the msg is undefined, notifications such as Discord cannot send out.
const heartbeatJSON = bean.toJSON();
if (!heartbeatJSON["msg"]) {
heartbeatJSON["msg"] = "";
heartbeatJSON["msg"] = "N/A";
}
await Notification.send(JSON.parse(notification.config), msg, await monitor.toJSON(false), heartbeatJSON);

Loading…
Cancel
Save