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);