Skip to content

Commit

Permalink
Merge 47161a0 into 0d43f5f
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstrodl committed Aug 26, 2020
2 parents 0d43f5f + 47161a0 commit d82cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,7 @@ export default class Request extends Duplex implements RequestEvents<Request> {

if (
isBody &&
!(options.body instanceof Readable) &&
!is.nodeStream(options.body) &&
!is.string(options.body) &&
!is.buffer(options.body) &&
!isFormData(options.body)
Expand Down

0 comments on commit d82cba7

Please sign in to comment.