Skip to content

Commit 2209226

Browse files
author
Maximilian Hoffmann
committed
fix missing dot
1 parent f44597e commit 2209226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers/buildUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function encode(val) {
88
replace(/%3A/gi, ':').
99
replace(/%24/g, '$').
1010
replace(/%2C/gi, ',').
11-
replace(/%20/g, '+')
11+
replace(/%20/g, '+').
1212
replace(/%5B/gi, '[').
1313
replace(/%5D/gi, ']');
1414
}

0 commit comments

Comments
 (0)