Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pagination to start from page 1 instead of 0.
Previously, the pagination logic treated negative and zero page indices the same, defaulting to 0. This change ensures that the first page starts from 1, aligning with typical pagination conventions. Signed-off-by: rooki <[email protected]>
- Loading branch information