mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[AC-2249] Remove StateService from PolicyApiService (#8106)
This was unused.
This commit is contained in:
@@ -684,7 +684,7 @@ import { ModalService } from "./modal.service";
|
||||
{
|
||||
provide: PolicyApiServiceAbstraction,
|
||||
useClass: PolicyApiService,
|
||||
deps: [PolicyServiceAbstraction, ApiServiceAbstraction, StateServiceAbstraction],
|
||||
deps: [InternalPolicyService, ApiServiceAbstraction],
|
||||
},
|
||||
{
|
||||
provide: KeyConnectorServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user