mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Use msg
rather than parse it out of the heartbeat
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
c28710cdc6
commit
af230ba5fb
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Discord extends NotificationProvider {
|
|||
},
|
||||
{
|
||||
name: "Error",
|
||||
value: heartbeatJSON["msg"] == null ? "N/A" : heartbeatJSON["msg"],
|
||||
value: msg,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue