Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Jun 6, 2024
1 parent 2c176b2 commit e8d0cc9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/features/import-projects/giveth/service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { graphQLRequest } from "../../../helpers/request";
import { GIVETH_API_URL } from "./constants";
import { GivethProjectInfo } from "./type";

export const fetchGivethProjectsBatch = async (limit: number, skip: number) => {
try {
Expand All @@ -27,8 +26,6 @@ export const fetchGivethProjectsBatch = async (limit: number, skip: number) => {
}
);

console.log('res', res)

return res.data.allProjects.projects;
} catch (error: any) {
console.log("error on fetchGivethProjectsBatch", error.message);
Expand Down

0 comments on commit e8d0cc9

Please sign in to comment.