diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-07-06 01:15:02 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-07-06 01:16:45 -0700 |
| commit | 002a51dec332765de66e82d45729986b8d1dace7 (patch) | |
| tree | 7217264f9ee37547ece18d9901075f48b4e9dc0b /backend/src/config/constants.ts | |
| parent | 9416c97b24d46f780c57627551795e40619ecc26 (diff) | |
add parameters for fetching scores by sort key
Diffstat (limited to 'backend/src/config/constants.ts')
| -rw-r--r-- | backend/src/config/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/config/constants.ts b/backend/src/config/constants.ts index 45d559e..5ade0a7 100644 --- a/backend/src/config/constants.ts +++ b/backend/src/config/constants.ts @@ -1 +1 @@ -export const PAGE_SIZE = 25; +export const PAGE_SIZE = 30; |
