We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d5762 commit 1d5492cCopy full SHA for 1d5492c
1 file changed
lib/stringify.js
@@ -40,7 +40,7 @@ function stringify(input) {
40
result += "&";
41
}
42
43
- if (value.pop) {
+ if (Array.isArray(value)) {
44
const valueLength = value.length;
45
for (let j = 0; j < valueLength; j++) {
46
if (j) {
0 commit comments