fixed formatting mistakes

This commit is contained in:
Frank Elsinga
2024-06-13 17:04:38 +02:00
committed by GitHub
parent c9132adfc7
commit 9f563adc1a
4 changed files with 6 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ class Discord extends NotificationProvider {
},
{
name: monitorJSON["type"] === "push" ? "Service Type" : "Service URL",
value: monitorJSON["type"] === "push" ? "Heartbeat" : address,
value: this.extractAdress(monitorJSON),
},
{
name: `Time (${heartbeatJSON["timezone"]})`,