Skip to content

Commit

Permalink
Merge pull request #143 from Giveth/hotfix/handle-removed-projects
Browse files Browse the repository at this point in the history
handle removed projects
  • Loading branch information
MohammadPCh authored Nov 3, 2024
2 parents fd02eec + e52a410 commit ac1ebd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/import-projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit ac1ebd0

Please sign in to comment.