1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +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

@@ -328,8 +328,7 @@ export default class MainBackground {
this.policyApiService = new PolicyApiService(
this.policyService,
this.apiService,
this.stateService,
this.organizationService
this.stateService
);
this.keyConnectorService = new KeyConnectorService(
this.stateService,