From 6ce5e90650e58cf8624be7165a6ca3608df5a0e9 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 07:37:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- server/model/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/model/monitor.js b/server/model/monitor.js index 9b01df911..90864f9d8 100644 --- a/server/model/monitor.js +++ b/server/model/monitor.js @@ -762,7 +762,7 @@ class Monitor extends BeanModel { } if (res.data.State.Paused) { throw Error("Container is paused"); - } + } if (res.data.State.Restarting) { bean.status = PENDING; bean.msg = "Container is reporting it is currently restarting";