Skip to content

Commit

Permalink
Merge pull request #5 from jeremy-carbonne/revert-4-multipart-form-da…
Browse files Browse the repository at this point in the history
…ta-fix

Revert 4 multipart form data fix
  • Loading branch information
Place1 committed May 24, 2018
2 parents 3a22cd5 + bcf803d commit a250298
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/TypescriptBrowser/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export class {{classname}} extends BaseAPI {
{{/authMethods}}
{{#hasFormParams}}
const formData = new FormData();
headerParameters['Content-Type'] = 'multipart/form-data';
{{/hasFormParams}}
{{#formParams}}
{{#isListContainer}}
Expand Down

0 comments on commit a250298

Please sign in to comment.