[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2026-01-18 03:54:16 +00:00 committed by GitHub
parent 20edcccd19
commit 06e5bc72bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1536,7 +1536,10 @@ class Monitor extends BeanModel {
} catch (error) {
// If we can't calculate downtime, just continue without it
// Silently fail to avoid disrupting notification sending
log.debug("monitor", `[${monitor.name}] Could not calculate downtime information: ${error.message}`);
log.debug(
"monitor",
`[${monitor.name}] Could not calculate downtime information: ${error.message}`
);
}
}