mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
run eslint
This commit is contained in:
parent
268dd33792
commit
debcac4924
|
@ -45,13 +45,10 @@ class Prometheus {
|
|||
}
|
||||
|
||||
update(heartbeat, tlsInfo) {
|
||||
|
||||
// TODO: TLS Info here
|
||||
|
||||
if (typeof tlsInfo !== "undefined"){
|
||||
if (typeof tlsInfo !== "undefined") {
|
||||
try {
|
||||
var is_valid = 0
|
||||
if (tlsInfo.valid == true){
|
||||
let is_valid = 0
|
||||
if (tlsInfo.valid == true) {
|
||||
is_valid = 1
|
||||
} else {
|
||||
is_valid = 0
|
||||
|
|
Loading…
Reference in a new issue