Use `msg` rather than parse it out of the heartbeat

Co-authored-by: Frank Elsinga <frank@elsinga.de>
pull/5181/head
Dj Isaac 2 months ago
parent c28710cdc6
commit af230ba5fb
No known key found for this signature in database

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

Loading…
Cancel
Save