mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-26 03:52:28 +02:00
fix: send msg if heartbeat message is not set
This commit is contained in:
parent
063d64eec8
commit
ccb8736b3d
@ -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…
x
Reference in New Issue
Block a user