Skip to content

Commit 72bb8e7

Browse files
committed
Fix delete response data
1 parent 9dccab8 commit 72bb8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FetchClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ export class FetchClient {
370370
options,
371371
{
372372
method: "DELETE",
373-
headers: options?.headers ?? {},
373+
headers: { "Content-Type": "application/json", ...options?.headers },
374374
},
375375
);
376376
}

0 commit comments

Comments
 (0)