Skip to content

Commit

Permalink
fix: fix issue where sub spaces querying return 20 results max
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 23, 2024
1 parent ef1490c commit d9e34d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphql/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ async function fetchRelatedSpaces(spaces) {
}, []);

return fetchSpaces({
first: relatedSpaceIDs.length,
where: { id_in: relatedSpaceIDs }
});
}
Expand Down

0 comments on commit d9e34d6

Please sign in to comment.