diff --git a/server/src/cron.ts b/server/src/cron.ts index 0c0e2dc9e..763b325b6 100644 --- a/server/src/cron.ts +++ b/server/src/cron.ts @@ -66,10 +66,7 @@ export const cronTask = async () => { }; const main = async () => { - await Promise.all([ - // cronTask(), - runProductCron(), - ]); + await Promise.all([cronTask(), runProductCron()]); }; new CronJob(