mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Fix DI (#8125)
This commit is contained in:
@@ -375,7 +375,7 @@ function getBgService<T>(service: keyof MainBackground) {
|
||||
stateServiceAbstraction,
|
||||
);
|
||||
},
|
||||
deps: [CryptoService, I18nServiceAbstraction, CryptoFunctionService, StateServiceAbstraction],
|
||||
deps: [CryptoService, I18nServiceAbstraction, KeyGenerationService, StateServiceAbstraction],
|
||||
},
|
||||
{
|
||||
provide: InternalSendServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user