mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Remove unneeded provider override (#8230)
This commit is contained in:
@@ -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: (
|
||||||
|
|||||||
Reference in New Issue
Block a user