fix: missing semicolons

This commit is contained in:
Philipp Dormann
2022-05-23 21:13:57 +02:00
parent 14dbe7c334
commit 54184350a4
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class Ntfy extends NotificationProvider {
"message": msg,
"priority": notification.ntfyPriority || 4,
"title": "Uptime-Kuma",
})
});
return okMsg;