Update index.js

This commit is contained in:
huxuejian 2026-08-06 11:33:06 +08:00
parent b81a6a85ca
commit 5fbe5d3550

View File

@ -1039,7 +1039,6 @@ async function reconcileAutomationTasks(db = workerDb) {
}
async function start(db) {
return
if (pollTimer || reconcileTimer) return;
workerDb = db;
await ensureIndexes(db);