1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[AC-1139] Fixed circular dependency

This commit is contained in:
Rui Tome
2023-11-27 14:26:47 +00:00
parent e54e614996
commit 6484420976

View File

@@ -622,7 +622,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
{ {
provide: OrganizationServiceAbstraction, provide: OrganizationServiceAbstraction,
useClass: OrganizationService, useClass: OrganizationService,
deps: [StateServiceAbstraction, ConfigServiceAbstraction], deps: [StateServiceAbstraction],
}, },
{ {
provide: InternalOrganizationServiceAbstraction, provide: InternalOrganizationServiceAbstraction,