Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vnugent committed Apr 25, 2024
1 parent 926a98a commit cfd4bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/graphql/contribAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const getChangeHistoryServerSide = async (): Promise<ChangesetType[]> =>
})

if (Array.isArray(rs.data?.getChangeHistory)) {
return rs.data?.getChangeHistory.slice(0, 50)
return rs.data?.getChangeHistory.slice(0, 20)
}
console.log('WARNING: getChangeHistory() returns non-array data')
return []
Expand Down

0 comments on commit cfd4bc4

Please sign in to comment.