fix: rrule next reset
TS Lint / Oxlint (push) Canceled after 44s
TS Lint / ESLint (push) Canceled after 45s
Docker Build / build (push) Canceled after 45s
TS Lint / TypeScript (push) Canceled after 44s

This commit is contained in:
2026-08-10 12:48:25 +02:00
parent aeeabe81c7
commit ffab02a3f9
-1
View File
@@ -201,7 +201,6 @@ export function nextCronReset(
try {
const rule = new RRule({
...RRule.parseString(cron),
count: 2,
});
return rule.after(date) ?? null;