mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-01 19:32:34 +02:00
Fix auto test check linter issue
This commit is contained in:
parent
6dd37e1ab1
commit
d61ef04040
1 changed files with 3 additions and 3 deletions
|
@ -104,9 +104,6 @@ export default {
|
||||||
HiddenInput,
|
HiddenInput,
|
||||||
TemplatedTextarea,
|
TemplatedTextarea,
|
||||||
},
|
},
|
||||||
mounted() {
|
|
||||||
this.$parent.notification.telegramServerUrl ||= "https://api.telegram.org";
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
telegramTemplatedTextareaPlaceholder() {
|
telegramTemplatedTextareaPlaceholder() {
|
||||||
return this.$t("Example:", [
|
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: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
* Get the URL for telegram updates
|
* Get the URL for telegram updates
|
||||||
|
|
Loading…
Add table
Reference in a new issue