1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

Policy-Api: Remove dependency on OrgService (#4431)

This commit is contained in:
Daniel James Smith
2023-01-11 17:12:56 +01:00
committed by GitHub
parent 794f1193db
commit fa13cab220
3 changed files with 3 additions and 11 deletions

View File

@@ -494,12 +494,7 @@ import { AbstractThemingService } from "./theming/theming.service.abstraction";
{
provide: PolicyApiServiceAbstraction,
useClass: PolicyApiService,
deps: [
PolicyServiceAbstraction,
ApiServiceAbstraction,
StateServiceAbstraction,
OrganizationServiceAbstraction,
],
deps: [PolicyServiceAbstraction, ApiServiceAbstraction, StateServiceAbstraction],
},
{
provide: SendServiceAbstraction,