Enable prefer-const lint rule (#3202)
This commit is contained in:
committed by
Florent Vilmart
parent
a6c988176e
commit
ca286b7108
@@ -11,7 +11,7 @@ export class AccountLockout {
|
||||
* set _failed_login_count to value
|
||||
*/
|
||||
_setFailedLoginCount(value) {
|
||||
let query = {
|
||||
const query = {
|
||||
username: this._user.username
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user