Skip to content

Commit

Permalink
re-active fetching giveth and gitcoin projects
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Aug 25, 2024
1 parent a268975 commit fcb3ae6
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 @@ -7,8 +7,8 @@ import { fetchRFProjectsByRound } from "./rf";

export const task = async () => {
console.log("Importing Projects", new Date());
// await fetchAndProcessGivethProjects();
// await fetchAndProcessGitcoinProjects();
await fetchAndProcessGivethProjects();
await fetchAndProcessGitcoinProjects();
// fetchAndProcessRpgf3Projects();
await fetchRFProjectsByRound(4);
await fetchRFProjectsByRound(5);
Expand Down

0 comments on commit fcb3ae6

Please sign in to comment.