mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-07 14:41:09 +08:00
Merge pull request #1565 from Saibamen/eslint
Fix some of ESLint warnings
This commit is contained in:
@@ -33,7 +33,7 @@ const monitorStatus = new PrometheusClient.Gauge({
|
||||
});
|
||||
|
||||
class Prometheus {
|
||||
monitorLabelValues = {}
|
||||
monitorLabelValues = {};
|
||||
|
||||
/**
|
||||
* @param {Object} monitor Monitor object to monitor
|
||||
|
Reference in New Issue
Block a user