mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Update server/prometheus.js
removed useless spaces Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
parent
13acdd4c65
commit
3b9fac2942
|
@ -60,7 +60,7 @@ class Prometheus {
|
|||
}
|
||||
|
||||
try {
|
||||
if ( tlsInfo.certInfo != null ){
|
||||
if (tlsInfo.certInfo != null) {
|
||||
monitor_cert_days_remaining.set(this.monitorLabelValues, tlsInfo.certInfo.daysRemaining);
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Reference in a new issue