mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
fix: Remove unnecessary async (#202)
This commit is contained in:
committed by
Kyle Spearrin
parent
912aa752f3
commit
b55ab576ef
@@ -49,7 +49,7 @@ export class PowerMonitorMain {
|
|||||||
// TODO: System locked
|
// TODO: System locked
|
||||||
}
|
}
|
||||||
|
|
||||||
private async getLockOption(): Promise<number> {
|
private getLockOption(): Promise<number> {
|
||||||
return await this.main.storageService.get<number>(ConstantsService.lockOptionKey);
|
return this.main.storageService.get<number>(ConstantsService.lockOptionKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user