Skip to content

Commit

Permalink
Merge pull request #1 from Olivier-OH/Olivier-OH-patch-1
Browse files Browse the repository at this point in the history
Update raw.js
  • Loading branch information
Olivier-OH committed Jul 26, 2016
2 parents bb546ef + 637712e commit 3d0e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function raw (options) {
return
}

req.body = req.body || {}
req.body = req.body || ''

// skip requests without bodies
if (!typeis.hasBody(req)) {
Expand Down

0 comments on commit 3d0e433

Please sign in to comment.