-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Describe the bug
Queries with query parameters that are array based doesn't work.
It boils down to this line:
if (param.style === 'form' && typeof args[saneParamName] === 'object') { |
An array is also considered an object in JavaScript. The if statement needs to be flipped.
nicolasparada and ruffrey
Metadata
Metadata
Assignees
Labels
No labels