Skip to content

Commit

Permalink
πŸš‘ Fix void request header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Grishin committed Oct 5, 2022
1 parent 7ecc549 commit e2bf550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const CONTENT_TYPES: Record<ContentTypes, string | undefined> = {
formData: 'multipart/form-data',
arrayBuffer: '*/*',
blob: '*/*',
void: undefined,
void: '*/*',
}

const ERROR_NAMES = {
Expand Down

0 comments on commit e2bf550

Please sign in to comment.