Skip to content

Commit

Permalink
fetch projects parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Jun 3, 2024
1 parent 1a63421 commit 35d2e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/import-projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { fetchAndProcessRpgf3Projects } from "./rpgf";

export const task = async () => {
console.log("Importing Projects", new Date());
await fetchAndProcessGivethProjects();
await fetchAndProcessRpgf3Projects();
fetchAndProcessGivethProjects();
fetchAndProcessRpgf3Projects();
};

export const importProjects = async () => {
Expand Down

0 comments on commit 35d2e6e

Please sign in to comment.