Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Increase mod page size
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Jul 5, 2020
1 parent b173355 commit 6d2afae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ficsitApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export async function getModsCount(): Promise<number> {
}
}

export const MODS_PER_PAGE = 20;
export const MODS_PER_PAGE = 50;

export async function getAvailableMods(page: number): Promise<Array<FicsitAppMod>> {
const res = await fiscitApiQuery<{ getMods: { mods: Array<FicsitAppMod> } }>(gql`
Expand Down

0 comments on commit 6d2afae

Please sign in to comment.