🔳 cronTasks.ts

This commit is contained in:
nirholas
2026-03-31 10:24:14 +00:00
parent 24884efbc1
commit d88398eafa

View File

@@ -456,3 +456,4 @@ export function findMissedTasks(tasks: CronTask[], nowMs: number): CronTask[] {
return next !== null && next < nowMs return next !== null && next < nowMs
}) })
} }