From 4751f126788accfbca2dfeb585ee0939db65f8f2 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 11 Aug 2025 18:42:55 -0700 Subject: [PATCH] Delete this line --- docs/api/fetch.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/api/fetch.md b/docs/api/fetch.md index c6272cfd40..268e737db5 100644 --- a/docs/api/fetch.md +++ b/docs/api/fetch.md @@ -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