From 7601f0af48b895779d58101e6842366eba8e7b5d Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Tue, 4 Nov 2025 12:46:12 +0100 Subject: [PATCH] Update libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com> --- .../encrypted-migrator/default-encrypted-migrator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts b/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts index aeac2648221..bc91e24070a 100644 --- a/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts +++ b/libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts @@ -76,7 +76,7 @@ export class DefaultEncryptedMigrator implements EncryptedMigrator { } } this.logService.mark("[Encrypted Migrator] Finish"); - this.logService.info(`[Encrypted Miigrator] Completed migrations for user: ${userId}`); + this.logService.info(`[Encrypted Migrator] Completed migrations for user: ${userId}`); if (ranMigration) { await this.syncService.fullSync(true); }