diff --git a/libs/common/src/services/encrypt.service.ts b/libs/common/src/services/encrypt.service.ts index 0b3f9731ca..fef33a3f9c 100644 --- a/libs/common/src/services/encrypt.service.ts +++ b/libs/common/src/services/encrypt.service.ts @@ -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 {