fix(deps): update dependency node-cron to v4 (#3075)

Co-authored-by: Manuel <30572287+manuel-rw@users.noreply.github.com>
This commit is contained in:
homarr-renovate[bot]
2025-05-23 22:20:47 +02:00
committed by GitHub
parent 2afa9b6727
commit 109f9e7979
5 changed files with 21 additions and 23 deletions

View File

@@ -7,6 +7,6 @@ import { cronJobRunnerChannel } from ".";
*/
export const registerCronJobRunner = () => {
cronJobRunnerChannel.subscribe((jobName) => {
jobGroup.runManually(jobName);
void jobGroup.runManuallyAsync(jobName);
});
};