From 073b12da51d3a19d77760df8622e7bf87a3eea6e Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 24 Jun 2025 17:34:05 +0200 Subject: [PATCH] fix linting mistake --- server/prometheus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/prometheus.js b/server/prometheus.js index 775743cb5..2396368dc 100644 --- a/server/prometheus.js +++ b/server/prometheus.js @@ -52,7 +52,7 @@ class Prometheus { }; let sanitizedTags = this.sanitizeTags(tags); if (sanitizedTags.length) { - this.monitorLabelValues.monitor_tags = sanitizedTags + this.monitorLabelValues.monitor_tags = sanitizedTags; } }