mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +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) {
|
utils.forEach(data, function each(value, key) {
|
||||||
if (utils.isUndefined(value)) return;
|
if (utils.isUndefined(value)) return;
|
||||||
|
|
||||||
var fullKey = parentKey ? parentKey + '.' + key : key;
|
var fullKey = parentKey ? parentKey + '.' + key : key;
|
||||||
var arr;
|
var arr;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user