Skip to content

Commit

Permalink
un comment cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Sep 28, 2024
1 parent 5f7265d commit 4dfbef3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/import-projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import { fetchAndProcessRlProjects } from "./retroList";

export const task = async () => {
console.log("Importing Projects", new Date());
// await fetchAndProcessGivethProjects();
// await fetchAndProcessGitcoinProjects();
await fetchAndProcessGivethProjects();
await fetchAndProcessGitcoinProjects();
// fetchAndProcessRpgf3Projects();
// await fetchRFProjectsByRound(4);
await fetchRFProjectsByRound(4);
// await fetchRFProjectsByRound(5); //TODO: It will fill on 20th Sep
await fetchAndProcessRlProjects(5);
};
Expand Down

0 comments on commit 4dfbef3

Please sign in to comment.