1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

Fix prettier formatting

This commit is contained in:
Bernd Schoolmann
2025-12-18 11:37:59 +01:00
parent 0d89f3912a
commit 8def54bedf

View File

@@ -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