chore: Consider removing this return statement; it will be ignored. (#1322)
This commit is contained in:
parent
04e07fdc62
commit
75233d974a
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ module.exports = {
|
||||||
* @api private
|
* @api private
|
||||||
*/
|
*/
|
||||||
set accept(obj) {
|
set accept(obj) {
|
||||||
return this._accept = obj;
|
this._accept = obj;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue