diff --git a/server/notification-providers/ntfy.js b/server/notification-providers/ntfy.js index 442d8068..21f358f6 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", - }) + }); return okMsg; diff --git a/src/components/notifications/Ntfy.vue b/src/components/notifications/Ntfy.vue index fd6abef5..d9a83b49 100644 --- a/src/components/notifications/Ntfy.vue +++ b/src/components/notifications/Ntfy.vue @@ -26,5 +26,5 @@ export default { this.$parent.notification.ntfyPriority = 5; } }, -} +};