fix linting mistake

This commit is contained in:
Frank Elsinga 2025-06-24 17:34:05 +02:00 committed by GitHub
parent 7c6ebf4593
commit 073b12da51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ class Prometheus {
};
let sanitizedTags = this.sanitizeTags(tags);
if (sanitizedTags.length) {
this.monitorLabelValues.monitor_tags = sanitizedTags
this.monitorLabelValues.monitor_tags = sanitizedTags;
}
}