Skip to content

Commit a250298

Browse files
authored
Merge pull request #5 from jeremy-carbonne/revert-4-multipart-form-data-fix
Revert 4 multipart form data fix
2 parents 3a22cd5 + bcf803d commit a250298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/resources/TypescriptBrowser/api.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ export class {{classname}} extends BaseAPI {
222222
{{/authMethods}}
223223
{{#hasFormParams}}
224224
const formData = new FormData();
225-
headerParameters['Content-Type'] = 'multipart/form-data';
226225
{{/hasFormParams}}
227226
{{#formParams}}
228227
{{#isListContainer}}

0 commit comments

Comments
 (0)