2
0
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:
Jay
2022-04-01 20:41:47 +02:00
-1
View File
@@ -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;