mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-11 05:47:29 -08:00
Minor rehabilitanty impedyment
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
30d8aadf12
commit
330cd6e058
|
@ -48,6 +48,7 @@ class SMTP extends NotificationProvider {
|
|||
if (heartbeatJSON !== null) {
|
||||
serviceStatus = heartbeatJSON["status"] == DOWN ? "🔴 Down" : "✅ Up";
|
||||
}
|
||||
|
||||
// Break replace to one by line for better readability
|
||||
customsubject = customsubject.replace(replaceStatus, serviceStatus);
|
||||
customsubject = customsubject.replace(replaceName, monitorName);
|
||||
|
|
Loading…
Reference in a new issue