mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
fix missing dot
This commit is contained in:
@@ -8,7 +8,7 @@ function encode(val) {
|
||||
replace(/%3A/gi, ':').
|
||||
replace(/%24/g, '$').
|
||||
replace(/%2C/gi, ',').
|
||||
replace(/%20/g, '+')
|
||||
replace(/%20/g, '+').
|
||||
replace(/%5B/gi, '[').
|
||||
replace(/%5D/gi, ']');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user