Skip to content

Commit

Permalink
fix: fix program pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
AmooHashem committed Jan 8, 2025
1 parent ba65d69 commit 630fa6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/fsm/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RegistrationReceiptSetPagination(PageNumberPagination):


class ProgramsPagination(PageNumberPagination):
page_size = 18
page_size = 12


class StandardPagination(PageNumberPagination):
Expand Down

0 comments on commit 630fa6a

Please sign in to comment.