-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(utils): Handle 0 correctly in build query (#11525)
**What** Remove truthy/falsy check for `take` and `skip` **Why** To ensure `{ take: 0, skip: 0 }` is not converted to `{ take: undefined, skip: undefined }`
- Loading branch information
1 parent
0a95c6f
commit dbd06fd
Showing
2 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters