Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only remove null and undefined query params
Right now Ziggy is stripping query params with empty strings and zeros (falsey values). Since those can be valid query params, this change updates it to only remove null and undefined values. Fixes #157 and #141
- Loading branch information