mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
Await promises, even in async functions
This commit is contained in:
parent
df40c8b391
commit
719a6d095e
@ -98,7 +98,7 @@ export class EncryptService implements AbstractEncryptService {
|
||||
}
|
||||
}
|
||||
|
||||
return this.cryptoFunctionService.aesDecryptFast(fastParams);
|
||||
return await this.cryptoFunctionService.aesDecryptFast(fastParams);
|
||||
}
|
||||
|
||||
async decryptToBytes(encThing: IEncrypted, key: SymmetricCryptoKey): Promise<ArrayBuffer> {
|
||||
|
Loading…
Reference in New Issue
Block a user