Skip to content

Commit a1f33a6

Browse files
committed
Fix FormData missing boundary
1 parent a5e5590 commit a1f33a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/start/src/server/server-runtime.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function getHeadersAndBody(body: any): {
4242
case body instanceof FormData:
4343
return {
4444
headers: {
45-
"Content-Type": "multipart/form-data",
4645
[BODY_FORMAT_KEY]: BodyFormat.FormData,
4746
},
4847
body,

0 commit comments

Comments
 (0)