[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-14 11:49:33 +00:00 committed by GitHub
parent bc2136db0d
commit 0a06901d34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

View File

@ -10,9 +10,9 @@ const dayjs = require("dayjs");
const cachedFetch = process.env.NODE_ENV
? NodeFetchCache.create({
// cache for 8h
cache: new MemoryCache({ ttl: 1000 * 60 * 60 * 8 }),
})
// cache for 8h
cache: new MemoryCache({ ttl: 1000 * 60 * 60 * 8 }),
})
: fetch;
/**

View File

@ -694,11 +694,11 @@ class Monitor extends BeanModel {
}
throw new Error(
bean.msg +
", but keyword is " +
(keywordFound ? "present" : "not") +
" in [" +
data +
"]"
", but keyword is " +
(keywordFound ? "present" : "not") +
" in [" +
data +
"]"
);
}
} else if (this.type === "json-query") {
@ -816,7 +816,7 @@ class Monitor extends BeanModel {
PING_GLOBAL_TIMEOUT_DEFAULT,
PING_PER_REQUEST_TIMEOUT_DEFAULT
);
} catch (_) { }
} catch (_) {}
} else {
throw new Error("Server not found on Steam");
}
@ -1327,7 +1327,7 @@ class Monitor extends BeanModel {
} else {
log.debug("monitor", "Not valid object");
}
} catch (e) { }
} catch (e) {}
}
tlsInfoBean.info_json = JSON.stringify(checkCertificateResult);
@ -1415,7 +1415,7 @@ class Monitor extends BeanModel {
if (domain?.expiry) {
io.to(userID).emit("domainInfo", monitorID, domain.daysRemaining, new Date(domain.expiry));
}
} catch (e) { }
} catch (e) {}
}
/**