diff --git a/packages/server/src/main.ts b/packages/server/src/main.ts index 158f94a..784b1d0 100644 --- a/packages/server/src/main.ts +++ b/packages/server/src/main.ts @@ -56,11 +56,6 @@ passport.use( runId: uuidv4(), emailResults: true, }); - - // add a cron job to run the pipeline every 24 hours - await - - } else { console.log("User already exists", profile.username); }