Apply suggestions from code review

Co-authored-by: Seb <144435+rmtsrc@users.noreply.github.com>
pull/4541/head
Frank Elsinga 2 months ago committed by GitHub
parent d28715adeb
commit addec14dc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,8 +21,8 @@ class HomeAssistant extends NotificationProvider {
...(notificationService !== "persistent_notification" && { data: {
name: monitor?.name,
status: heartbeat?.status,
channel: "uptime-kuma",
icon_url: "https://github.com/louislam/uptime-kuma/blob/master/public/icon-192x192.png?raw=true"
channel: "Uptime Kuma",
icon_url: "https://github.com/louislam/uptime-kuma/blob/master/public/icon.png?raw=true"
} }),
},
{

Loading…
Cancel
Save