fix discord notification not sending when docker container is down

This commit is contained in:
zImPatrick 2022-12-12 17:58:11 +01:00
parent 39987ba9ac
commit f32441e2f6

View File

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