[autofix.ci] apply automated fixes
This commit is contained in:
parent
20edcccd19
commit
06e5bc72bb
@ -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}`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user