mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 13:17:43 +08:00
fixed formatting mistakes
This commit is contained in:
@@ -82,12 +82,10 @@ class ZohoCliq extends NotificationProvider {
|
||||
return okMsg;
|
||||
}
|
||||
|
||||
|
||||
|
||||
const payload = this._notificationPayloadFactory({
|
||||
monitorMessage: heartbeatJSON.msg,
|
||||
monitorName: monitorJSON.name,
|
||||
monitorUrl: address,
|
||||
monitorUrl: this.extractAdress(monitorJSON),
|
||||
status: heartbeatJSON.status
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user