Fix double quotes in fallback for no icon url in ntfy notification provider settings

pull/2136/head
Christian Meis 2 years ago
parent 618d904001
commit e12642cf21

@ -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;

Loading…
Cancel
Save