Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Apr 1, 2022
2 parents a3dd603 + e3002e1 commit 3e0954d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/helpers/toFormData.js
Expand Up @@ -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;

Expand Down

0 comments on commit 3e0954d

Please sign in to comment.