diff --git a/src/main/powerMonitor.main.ts b/src/main/powerMonitor.main.ts index 848b2eb895d..5790bbc54ff 100644 --- a/src/main/powerMonitor.main.ts +++ b/src/main/powerMonitor.main.ts @@ -49,7 +49,7 @@ export class PowerMonitorMain { // TODO: System locked } - private async getLockOption(): Promise { - return await this.main.storageService.get(ConstantsService.lockOptionKey); + private getLockOption(): Promise { + return this.main.storageService.get(ConstantsService.lockOptionKey); } }