mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-03 16:05:56 +00:00
Fixed linting errors from merge
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
This commit is contained in:
parent
6fe609a9e3
commit
00fc8cdfc0
1 changed files with 2 additions and 2 deletions
|
@ -1201,7 +1201,7 @@ message HealthCheckResponse {
|
||||||
"mongodb",
|
"mongodb",
|
||||||
"redis",
|
"redis",
|
||||||
];
|
];
|
||||||
|
|
||||||
let kafkaSaslMechanismOptions = [
|
let kafkaSaslMechanismOptions = [
|
||||||
"None",
|
"None",
|
||||||
"plain",
|
"plain",
|
||||||
|
@ -1263,7 +1263,7 @@ message HealthCheckResponse {
|
||||||
) {
|
) {
|
||||||
this.monitor.name = "";
|
this.monitor.name = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.isClone) {
|
if (this.isClone) {
|
||||||
/*
|
/*
|
||||||
* Cloning a monitor will include properties that can not be posted to backend
|
* Cloning a monitor will include properties that can not be posted to backend
|
||||||
|
|
Loading…
Add table
Reference in a new issue