diff --git a/src/features/import-projects/index.ts b/src/features/import-projects/index.ts index 0a7e81c..e70235a 100644 --- a/src/features/import-projects/index.ts +++ b/src/features/import-projects/index.ts @@ -14,7 +14,7 @@ export const task = async () => { await fetchRFProjectsByRound(4); // await fetchRFProjectsByRound(5); //TODO: It will fill on 20th Sep await fetchAndProcessRlProjects(5); - await fetchAndProcessRlProjects(6, false); + await fetchAndProcessRlProjects(6); }; export const importProjects = async () => {