mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-10 04:02:21 +08:00
fix: missing semicolons
This commit is contained in:
@@ -13,7 +13,7 @@ class Ntfy extends NotificationProvider {
|
|||||||
"message": msg,
|
"message": msg,
|
||||||
"priority": notification.ntfyPriority || 4,
|
"priority": notification.ntfyPriority || 4,
|
||||||
"title": "Uptime-Kuma",
|
"title": "Uptime-Kuma",
|
||||||
})
|
});
|
||||||
|
|
||||||
return okMsg;
|
return okMsg;
|
||||||
|
|
||||||
|
@@ -26,5 +26,5 @@ export default {
|
|||||||
this.$parent.notification.ntfyPriority = 5;
|
this.$parent.notification.ntfyPriority = 5;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Reference in New Issue
Block a user