mirror of
https://github.com/bitwarden/jslib
synced 2025-12-27 21:53:14 +00:00
[bug] Fix lint error
This commit is contained in:
@@ -29,7 +29,7 @@ export class SettingsService implements SettingsServiceAbstraction {
|
||||
// Helpers
|
||||
|
||||
private async getSettings(): Promise<any> {
|
||||
let settings = await this.stateService.getSettings();
|
||||
const settings = await this.stateService.getSettings();
|
||||
if (settings == null) {
|
||||
const userId = await this.stateService.getUserId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user