Skip to content

Commit

Permalink
increased all teams list size
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler authored Nov 22, 2024
1 parent 3724e95 commit c13dcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/TeamsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { ITeamList, Team } from "../Domain/Team";
import { BaseApi, CustomBaseQueryArgs, TApiInvalidateTags } from "./BaseApi";
import qs from "qs";

const ALL_TEAMS_LIST_SIZE = 9;
const ALL_TEAMS_LIST_SIZE = 30;

export const TeamsApi = BaseApi.injectEndpoints({
endpoints: (builder) => ({
Expand Down

0 comments on commit c13dcbc

Please sign in to comment.