mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 03:26:31 -04:00
Merge pull request #1565 from Saibamen/eslint
Fix some of ESLint warnings
This commit is contained in:
commit
1687de163c
14 changed files with 80 additions and 91 deletions
|
@ -33,7 +33,7 @@ const monitorStatus = new PrometheusClient.Gauge({
|
|||
});
|
||||
|
||||
class Prometheus {
|
||||
monitorLabelValues = {}
|
||||
monitorLabelValues = {};
|
||||
|
||||
/**
|
||||
* @param {Object} monitor Monitor object to monitor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue