Delete this line

This commit is contained in:
Jarred Sumner
2025-08-11 18:42:55 -07:00
parent 98524943f1
commit 4751f12678

View File

@@ -320,7 +320,6 @@ Bun automatically sets the `Content-Type` header for request bodies when not exp
- For `Blob` objects, uses the blob's `type`
- For `FormData`, sets appropriate multipart boundary
- When `Response.json(value)` is used, sets `application/json`
## Debugging