Update server/prometheus.js

removed useless spaces

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
Joseph Benguira 2022-01-14 08:51:45 +02:00 committed by GitHub
parent 13acdd4c65
commit 3b9fac2942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {