Skip to content

Commit

Permalink
Merge pull request #844 from panda7789/bugfix/multipart-form
Browse files Browse the repository at this point in the history
fix: Multipart Form
  • Loading branch information
helloanoop authored Nov 1, 2023
2 parents 05bf40f + 89e0d3a commit 68a508e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/bruno-electron/src/ipc/network/prepare-request.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const { get, each, filter } = require('lodash');
const { get, each, filter, forOwn, extend } = require('lodash');
const decomment = require('decomment');
const FormData = require('form-data');

// Authentication
// A request can override the collection auth with another auth
Expand Down

0 comments on commit 68a508e

Please sign in to comment.