From 4f338d462e0773ff4a67e07d1e9f8140277e911b Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Mon, 27 May 2024 10:01:03 -0400 Subject: [PATCH] Update libs/common/src/platform/abstractions/crypto.service.ts Co-authored-by: Andreas Coroiu --- libs/common/src/platform/abstractions/crypto.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/platform/abstractions/crypto.service.ts b/libs/common/src/platform/abstractions/crypto.service.ts index 99b14b637d0..4d3f69810c7 100644 --- a/libs/common/src/platform/abstractions/crypto.service.ts +++ b/libs/common/src/platform/abstractions/crypto.service.ts @@ -259,7 +259,7 @@ export abstract class CryptoService { /** * Gets an observable stream of the given users decrypted private key, will emit null if the user - * doesn't have a UserKey to decrypt the encrypted private key or null if the user doesn't have a + * doesn't have a UserKey to decrypt the encrypted private key or null if the user doesn't have an * encrypted private key at all. * * @param userId The user id of the user to get the data for.