1
0
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:
Robyn MacCallum
2021-11-17 16:57:13 -05:00
parent e158c7dc06
commit 013afc921b

View File

@@ -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();
}