Skip to content

Commit

Permalink
Update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed May 21, 2024
1 parent 0531fad commit 4081486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/import-projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4081486

Please sign in to comment.