mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
Remove unneeded provider override (#8230)
This commit is contained in:
parent
c7318311af
commit
bdaa95bd7f
@ -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: (
|
||||||
|
Loading…
Reference in New Issue
Block a user