Fix auto test check linter issue

This commit is contained in:
Ramin Mazloomi 2025-03-19 04:32:45 +03:30
parent 6dd37e1ab1
commit d61ef04040

View File

@ -104,9 +104,6 @@ export default {
HiddenInput,
TemplatedTextarea,
},
mounted() {
this.$parent.notification.telegramServerUrl ||= "https://api.telegram.org";
},
computed: {
telegramTemplatedTextareaPlaceholder() {
return this.$t("Example:", [
@ -118,6 +115,9 @@ Uptime Kuma Alert{% if monitorJSON %} - {{ monitorJSON['name'] }}{% endif %}
]);
}
},
mounted() {
this.$parent.notification.telegramServerUrl ||= "https://api.telegram.org";
},
methods: {
/**
* Get the URL for telegram updates