From 4081486032a89860baca07eabc141819637a921f Mon Sep 17 00:00:00 2001 From: Amin Latifi Date: Tue, 21 May 2024 18:18:05 +0330 Subject: [PATCH] Update logs --- src/features/import-projects/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/features/import-projects/index.ts b/src/features/import-projects/index.ts index e16eace..3a059c0 100644 --- a/src/features/import-projects/index.ts +++ b/src/features/import-projects/index.ts @@ -9,7 +9,9 @@ export const task = async () => { export const importProjects = async () => { try { - console.log("Importing Projects has been scheduled."); + console.log( + `Importing Projects scheduling ${IMPORT_PROJECT_CRON_SCHEDULE}.` + ); cron.schedule(IMPORT_PROJECT_CRON_SCHEDULE, task, { scheduled: true, timezone: "UTC",