Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix query parameters for array values
We were creating a new snakeCaseKey=item for each item in the value array. This was creating multiple instances of the snakeCaseKey query param if there is more than one item in an array.
- Loading branch information