Skip to content

Commit

Permalink
Merge pull request #157 from Giveth/feat/giveth-include-unlisted-proj…
Browse files Browse the repository at this point in the history
…ects

add includeUnlisted
  • Loading branch information
MohammadPCh authored Dec 10, 2024
2 parents 65cb3cc + 25e25fb commit 2cbe435
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/import-projects/giveth/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const fetchGivethProjectsBatch = async (limit: number, skip: number) => {
limit: $limit
skip: $skip
sortingBy: Newest
includeUnlisted: true
) {
projects {
id
Expand Down

0 comments on commit 2cbe435

Please sign in to comment.