From fcb3ae64c6f790ae3d26d47d8a58ceba1bb9d010 Mon Sep 17 00:00:00 2001 From: Cherik Date: Sun, 25 Aug 2024 17:19:44 +0330 Subject: [PATCH] re-active fetching giveth and gitcoin projects --- src/features/import-projects/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/import-projects/index.ts b/src/features/import-projects/index.ts index c1d0c78..554b48d 100644 --- a/src/features/import-projects/index.ts +++ b/src/features/import-projects/index.ts @@ -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);