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:
committed by
GitHub
parent
2afa9b6727
commit
109f9e7979
@@ -7,6 +7,6 @@ import { cronJobRunnerChannel } from ".";
|
||||
*/
|
||||
export const registerCronJobRunner = () => {
|
||||
cronJobRunnerChannel.subscribe((jobName) => {
|
||||
jobGroup.runManually(jobName);
|
||||
void jobGroup.runManuallyAsync(jobName);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user