fix(core): update

This commit is contained in:
Philipp Kunz 2020-07-11 23:31:09 +00:00
parent b2299b149a
commit 78498626ea

View File

@ -15,6 +15,8 @@ export class CronManager {
if (this.status === 'started') { if (this.status === 'started') {
newCronJob.start(); newCronJob.start();
} }
return newCronJob;
} }
/** /**