From 06e5bc72bb86f8517452f68cdb622e7ff5ff6516 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 03:54:16 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- server/model/monitor.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index bfc3099fe..fa8805692 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -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}` + ); } }