Skip to content

Commit

Permalink
change page size to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
VladBrok committed Sep 30, 2023
1 parent 708ca7c commit 4452d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const PAGE_SIZE = 10;
export const PAGE_SIZE = 5;
export const ERROR_RESPONSE = `Ой, я не смогла обработать запрос.\nПожалуйста, повторите его, или скажите "что ты умеешь" для просмотра доступных действий`;

0 comments on commit 4452d02

Please sign in to comment.