Skip to content

Commit

Permalink
chore: Consider removing this return statement; it will be ignored. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
tkvern authored and dead-horse committed Apr 17, 2019
1 parent 04e07fd commit 75233d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ module.exports = {
* @api private
*/
set accept(obj) {
return this._accept = obj;
this._accept = obj;
},

/**
Expand Down

0 comments on commit 75233d9

Please sign in to comment.