mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +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"),
|
||||
deps: [],
|
||||
},
|
||||
{ provide: ApiService, useFactory: getBgService<ApiService>("apiService"), deps: [] },
|
||||
{
|
||||
provide: SendService,
|
||||
useFactory: (
|
||||
|
||||
Reference in New Issue
Block a user