Skip to content

Commit

Permalink
npm run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed Feb 27, 2024
1 parent 1e2897c commit 7f32c5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ function doRequest(params, callback, method, done) {
postBody.push(`--${boundary}--`);

// encode post data
options.headers[
"content-type"
] = `multipart/form-data; boundary=${boundary}`;
options.headers["content-type"] =
`multipart/form-data; boundary=${boundary}`;
options.body = postBody;

params = {};
Expand Down

0 comments on commit 7f32c5c

Please sign in to comment.