mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-03-18 21:30:38 +01:00
fix codestyle
This commit is contained in:
@@ -161,7 +161,7 @@ function main(opts) {
|
||||
}
|
||||
if (hasCustomLabels(opts, true)) {
|
||||
let customLabels = opts.includeCustomLabels;
|
||||
for(var key in customLabels){
|
||||
for (let key in customLabels){
|
||||
labels[key] = customLabels[key];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user