1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[AC-2249] Remove StateService from PolicyApiService (#8106)

This was unused.
This commit is contained in:
Thomas Rittson
2024-03-02 07:59:45 +10:00
committed by GitHub
parent f95ff93a71
commit ad21a1d160
5 changed files with 4 additions and 30 deletions

View File

@@ -384,11 +384,7 @@ export class Main {
this.organizationService,
);
this.policyApiService = new PolicyApiService(
this.policyService,
this.apiService,
this.stateService,
);
this.policyApiService = new PolicyApiService(this.policyService, this.apiService);
this.keyConnectorService = new KeyConnectorService(
this.stateService,