mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
fix: missing semicolons
This commit is contained in:
parent
14dbe7c334
commit
54184350a4
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ class Ntfy extends NotificationProvider {
|
|||
"message": msg,
|
||||
"priority": notification.ntfyPriority || 4,
|
||||
"title": "Uptime-Kuma",
|
||||
})
|
||||
});
|
||||
|
||||
return okMsg;
|
||||
|
||||
|
|
|
@ -26,5 +26,5 @@ export default {
|
|||
this.$parent.notification.ntfyPriority = 5;
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Reference in a new issue