1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

Remove unneeded provider override (#8230)

This commit is contained in:
Matt Gibson
2024-03-07 13:53:59 -06:00
committed by GitHub
parent c7318311af
commit bdaa95bd7f

View File

@@ -323,7 +323,6 @@ function getBgService<T>(service: keyof MainBackground) {
useFactory: getBgService<PasswordGenerationServiceAbstraction>("passwordGenerationService"), useFactory: getBgService<PasswordGenerationServiceAbstraction>("passwordGenerationService"),
deps: [], deps: [],
}, },
{ provide: ApiService, useFactory: getBgService<ApiService>("apiService"), deps: [] },
{ {
provide: SendService, provide: SendService,
useFactory: ( useFactory: (