Skip to content

Commit

Permalink
Merge branch 'carpben-env-form-data'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsaayman committed Apr 1, 2022
2 parents a3dd603 + 3e0954d commit cdda1ad
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 cdda1ad

Please sign in to comment.