Skip to content

Commit 26a628a

Browse files
committed
nit: Made import relative
1 parent c53cfe3 commit 26a628a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

libs/common/src/platform/sync/default-sync.service.ts

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@ import {
99
CollectionDetailsResponse,
1010
CollectionService,
1111
} from "@bitwarden/admin-console/common";
12-
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
13-
// eslint-disable-next-line no-restricted-imports, import/order
14-
import {
15-
InternalUserDecryptionOptionsServiceAbstraction,
16-
UserDecryptionOptions,
17-
WebAuthnPrfUserDecryptionOption,
18-
} from "@bitwarden/auth/common";
19-
2012
import { SecurityStateService } from "@bitwarden/common/key-management/security-state/abstractions/security-state.service";
2113
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
2214
// eslint-disable-next-line no-restricted-imports
2315
import { KdfConfigService, KeyService } from "@bitwarden/key-management";
2416

17+
// This import has been flagged as unallowed for this class. It may be involved in a circular dependency loop.
18+
// eslint-disable-next-line no-restricted-imports
19+
import {
20+
InternalUserDecryptionOptionsServiceAbstraction,
21+
UserDecryptionOptions,
22+
WebAuthnPrfUserDecryptionOption,
23+
} from "../../../../auth/src/common";
2524
// FIXME: remove `src` and fix import
2625
// eslint-disable-next-line no-restricted-imports
2726
import { LogoutReason } from "../../../../auth/src/common/types";

0 commit comments

Comments
 (0)