Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadPCh committed Aug 22, 2024
1 parent 56d036b commit 6124912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/import-projects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 6124912

Please sign in to comment.