Skip to content

Commit 3f2280b

Browse files
riophaeyyx990803
authored andcommitted
small tweak (#1482)
1 parent cdcb4d0 commit 3f2280b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/query.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function stringifyQuery (obj: Dictionary<string>): string {
7777

7878
if (Array.isArray(val)) {
7979
const result = []
80-
val.slice().forEach(val2 => {
80+
val.forEach(val2 => {
8181
if (val2 === undefined) {
8282
return
8383
}

0 commit comments

Comments
 (0)