1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-12-05 09:14:28 +01:00

Apply prettier

This commit is contained in:
Bernd Schoolmann 2025-12-05 06:06:10 +01:00
parent 9f7c2ea5be
commit c384743bd0
No known key found for this signature in database

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;
})
}),
);
}