fix discord notification not sending when docker container is down

pull/2393/head
zImPatrick 1 year ago
parent 39987ba9ac
commit f32441e2f6

@ -64,7 +64,7 @@ class Discord extends NotificationProvider {
},
{
name: "Error",
value: heartbeatJSON["msg"],
value: heartbeatJSON["msg"] == null ? "N/A" : heartbeatJSON["msg"],
},
],
}],

Loading…
Cancel
Save