diff --git a/server/notification-providers/ntfy.js b/server/notification-providers/ntfy.js index 3d0095086..3288d8fb7 100644 --- a/server/notification-providers/ntfy.js +++ b/server/notification-providers/ntfy.js @@ -13,7 +13,7 @@ class Ntfy extends NotificationProvider { "message": msg, "priority": notification.ntfyPriority || 4, "title": "Uptime-Kuma", - "icon": notification.ntfyIcon || '', + "icon": notification.ntfyIcon || "", }); return okMsg;