mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 04:36:05 +08:00
DEV: Fix "no-setter-return" lint (#24585)
This commit is contained in:
@ -19,7 +19,6 @@ export default class ApiKey extends RestModel {
|
||||
} else {
|
||||
this.set("_user", value);
|
||||
}
|
||||
return this._user;
|
||||
}
|
||||
|
||||
@discourseComputed("description")
|
||||
|
Reference in New Issue
Block a user