Skip to content

Commit

Permalink
Update fetch.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion authored Jul 31, 2020
1 parent 88a5c24 commit 9ab032a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ function Body() {
if (this._bodyArrayBuffer) {
var consumed = consumed(this);
if (consumed) {
return consumed;
return consumed
}
if (ArrayBuffer.isView(this._bodyArrayBuffer)) {
return Promise.resolve(
Expand Down

0 comments on commit 9ab032a

Please sign in to comment.