1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

chore: deprecate old (de)serialization helpers in common

This commit is contained in:
addisonbeck
2025-07-11 18:26:09 -04:00
parent 94c977e44b
commit d7c9add7ef
4 changed files with 1 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import { getHostname, parse } from "tldts";
import { Merge } from "type-fest";
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
// eslint-disable-next-line no-restricted-imports
import { KeyService } from "@bitwarden/key-management";
import { EncryptService } from "../../key-management/crypto/abstractions/encrypt.service";