mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Update server/notification-providers/zoho-cliq.js
Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
parent
82fb7b2816
commit
bd95ccdc64
|
@ -15,7 +15,7 @@ class ZohoCliq extends NotificationProvider {
|
|||
if (status === DOWN) {
|
||||
return `🔴 [${monitorName}] went down\n`;
|
||||
} else if (status === UP) {
|
||||
return `✅ [${monitorName}] is back online\n`;
|
||||
return `### ✅ [${monitorName}] is back online\n`;
|
||||
}
|
||||
return "Notification\n";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue