1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 00:33:33 +00:00

Apply prettier

This commit is contained in:
Bernd Schoolmann
2025-12-05 06:06:10 +01:00
parent 9f7c2ea5be
commit c384743bd0

View File

@@ -130,7 +130,7 @@ export class SshAgentService implements OnDestroy {
// The active account may have switched with account switching during unlock
const updatedAccount = await firstValueFrom(this.accountService.activeAccount$);
return [message, updatedAccount.id] as const;
})
}),
);
}