🎣 useScheduledTasks.ts

This commit is contained in:
nirholas
2026-03-31 10:23:36 +00:00
parent fd4e59379b
commit 3b9f21983c

View File

@@ -137,3 +137,4 @@ function formatCronFireTime(d: Date): string {
.replace(/,? at |, /, ' ')
.replace(/ ([AP]M)/, (_, ampm) => ampm.toLowerCase())
}