mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
fix: send msg if heartbeat message is not set
This commit is contained in:
parent
063d64eec8
commit
ccb8736b3d
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ class Teams extends NotificationProvider {
|
|||
}
|
||||
|
||||
const payload = this._notificationPayloadFactory({
|
||||
monitorMessage: heartbeatJSON.msg,
|
||||
monitorMessage: heartbeatJSON.msg || msg,
|
||||
monitorName: monitorJSON.name,
|
||||
monitorUrl: url,
|
||||
status: heartbeatJSON.status,
|
||||
|
|
Loading…
Reference in a new issue