Use msg rather than parse it out of the heartbeat

Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
Dj Isaac 2024-10-09 19:50:57 -05:00
parent c28710cdc6
commit af230ba5fb
No known key found for this signature in database

View file

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