mirror of https://github.com/louislam/uptime-kuma
fix eslint
parent
56c547f00a
commit
bd70abce6e
|
@ -14,7 +14,7 @@ class YZJ extends NotificationProvider {
|
|||
try {
|
||||
|
||||
if (heartbeatJSON != null) {
|
||||
msg = `${this.statusToString(heartbeatJSON["status"])} ${monitorJSON["name"]} \n> ${heartbeatJSON["msg"]}\n> Time (${heartbeatJSON["timezone"]}): ${heartbeatJSON["localDateTime"]}`
|
||||
msg = `${this.statusToString(heartbeatJSON["status"])} ${monitorJSON["name"]} \n> ${heartbeatJSON["msg"]}\n> Time (${heartbeatJSON["timezone"]}): ${heartbeatJSON["localDateTime"]}`;
|
||||
}
|
||||
|
||||
let params = {
|
||||
|
|
Loading…
Reference in New Issue