mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-01 03:49:24 +08:00 
			
		
		
		
	Update server/prometheus.js
removed useless spaces Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
		| @@ -60,7 +60,7 @@ class Prometheus { | |||||||
|             } |             } | ||||||
|  |  | ||||||
|             try { |             try { | ||||||
|                 if ( tlsInfo.certInfo != null ){ |                 if (tlsInfo.certInfo != null) { | ||||||
|                     monitor_cert_days_remaining.set(this.monitorLabelValues, tlsInfo.certInfo.daysRemaining); |                     monitor_cert_days_remaining.set(this.monitorLabelValues, tlsInfo.certInfo.daysRemaining); | ||||||
|                 } |                 } | ||||||
|             } catch (e) { |             } catch (e) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user