Skip to content

Commit

Permalink
Merge pull request #18 from merokudao/reduced-limit
Browse files Browse the repository at this point in the history
reduced-limit
  • Loading branch information
thebitparticle authored Oct 5, 2023
2 parents 682f19d + 2f40619 commit 2acb1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/fetchApps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const MEROKU_BASE_URL = process.env.API_HOST;

export async function fetchApps() {
const res = await fetch(
`${MEROKU_BASE_URL}/${ApiEndpoints.APP_LIST}?limit=300`,
`${MEROKU_BASE_URL}/${ApiEndpoints.APP_LIST}?limit=100`,
{
headers: {
apiKey: process.env.NEXT_PUBLIC_MEROKU_API_KEY || "",
Expand Down

0 comments on commit 2acb1a1

Please sign in to comment.