From 61249126e23c6edc2284c375676aef09b69ae209 Mon Sep 17 00:00:00 2001 From: Cherik Date: Thu, 22 Aug 2024 19:17:20 +0330 Subject: [PATCH] fix build --- src/features/import-projects/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/features/import-projects/index.ts b/src/features/import-projects/index.ts index 25efbca..96570b1 100644 --- a/src/features/import-projects/index.ts +++ b/src/features/import-projects/index.ts @@ -3,7 +3,6 @@ import { IMPORT_PROJECT_CRON_SCHEDULE } from "../../constants"; import { fetchAndProcessGivethProjects } from "./giveth/index"; import { fetchAndProcessRpgf3Projects } from "./rpgf"; import { fetchAndProcessGitcoinProjects } from "./gitcoin"; -import { fetchAndProcessRf4Projects } from "./rf4"; import { fetchRFProjectsByRound } from "./rf"; export const task = async () => {