This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(handlers): Map offset to skip for Mongoose
The standard for pagination parameters in REST include `offset`, the corresponding option within mongoose/MongoDB is `skip`. This change updates the handling of the `offset` option by mapping to the `skip` mongoose option.
- Loading branch information