Skip to content

Commit 75233d9

Browse files
tkverndead-horse
authored andcommitted
chore: Consider removing this return statement; it will be ignored. (#1322)
1 parent 04e07fd commit 75233d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/request.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ module.exports = {
504504
* @api private
505505
*/
506506
set accept(obj) {
507-
return this._accept = obj;
507+
this._accept = obj;
508508
},
509509

510510
/**

0 commit comments

Comments
 (0)