mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
fix linting mistake
This commit is contained in:
parent
7c6ebf4593
commit
073b12da51
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Prometheus {
|
||||||
};
|
};
|
||||||
let sanitizedTags = this.sanitizeTags(tags);
|
let sanitizedTags = this.sanitizeTags(tags);
|
||||||
if (sanitizedTags.length) {
|
if (sanitizedTags.length) {
|
||||||
this.monitorLabelValues.monitor_tags = sanitizedTags
|
this.monitorLabelValues.monitor_tags = sanitizedTags;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue