Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Nov 3, 2024
2 parents 7806153 + ac1ebd0 commit 034c348
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 034c348

Please sign in to comment.