1
0
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:
Matt Gibson 2024-03-07 13:53:59 -06:00 committed by GitHub
parent c7318311af
commit bdaa95bd7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: (