Skip to content

Commit

Permalink
Merge branch 'epic-base' of https://github.com/dappforce/grillchat in…
Browse files Browse the repository at this point in the history
…to epic-base
  • Loading branch information
teodorus-nathaniel committed Jun 11, 2024
2 parents c9fc8b4 + e31f00e commit 1179350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/datahub/profiles/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function getProfiles(
GetProfilesQueryVariables & { pageSize: number }
>({
document: GET_PROFILES,
variables: { addresses, pageSize: addresses.length },
variables: { addresses, pageSize: addresses.length + 1 },
})
return res.spaces.data.map((space) => ({
isUpdated: space.updatedAtTime !== space.createdAtTime,
Expand Down

0 comments on commit 1179350

Please sign in to comment.