mirror of
https://github.com/tenrok/axios.git
synced 2026-05-24 14:04:14 +03:00
Fixed merge conflicts
This commit is contained in:
@@ -39,7 +39,6 @@ function toFormData(obj, formData) {
|
||||
|
||||
utils.forEach(data, function each(value, key) {
|
||||
if (utils.isUndefined(value)) return;
|
||||
|
||||
var fullKey = parentKey ? parentKey + '.' + key : key;
|
||||
var arr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user