From e52a4105a34558f8fbeb27f6c43a3b9cd537e306 Mon Sep 17 00:00:00 2001 From: Cherik Date: Sun, 3 Nov 2024 12:21:54 +0330 Subject: [PATCH] handle removed projects --- src/features/import-projects/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {