From 5fbe5d355014315e82c3d65cdc8ab00395b0fecc Mon Sep 17 00:00:00 2001 From: huxuejian Date: Thu, 6 Aug 2026 11:33:06 +0800 Subject: [PATCH] Update index.js --- hlw/automation/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/hlw/automation/index.js b/hlw/automation/index.js index 8004a91..a7d1058 100644 --- a/hlw/automation/index.js +++ b/hlw/automation/index.js @@ -1039,7 +1039,6 @@ async function reconcileAutomationTasks(db = workerDb) { } async function start(db) { - return if (pollTimer || reconcileTimer) return; workerDb = db; await ensureIndexes(db);