mirror of
https://github.com/bitwarden/browser
synced 2026-01-30 16:23:53 +00:00
Fix prettier formatting
This commit is contained in:
@@ -87,7 +87,6 @@ export default class Domain {
|
||||
try {
|
||||
viewModel[prop] = await encryptService.decryptString(domain[prop]!, key);
|
||||
} catch (e) {
|
||||
|
||||
// In case the SDK maps to a non-Error type, this is defensive
|
||||
const errorMsg =
|
||||
typeof e === "object" && e !== null && "message" in e
|
||||
|
||||
Reference in New Issue
Block a user