chore: upgrade to cron v4 (#19664)

This commit is contained in:
Daniel Dietzler
2025-07-01 12:47:04 +02:00
committed by GitHub
parent e5e857edc3
commit 53f80393bf
3 changed files with 17 additions and 29 deletions

View File

@@ -58,7 +58,7 @@ export class CronRepository {
if (start) {
job.start();
} else {
job.stop();
void job.stop();
}
}
}