mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Fix DI (#8125)
This commit is contained in:
parent
d176a678e0
commit
bbd50abd94
@ -375,7 +375,7 @@ function getBgService<T>(service: keyof MainBackground) {
|
||||
stateServiceAbstraction,
|
||||
);
|
||||
},
|
||||
deps: [CryptoService, I18nServiceAbstraction, CryptoFunctionService, StateServiceAbstraction],
|
||||
deps: [CryptoService, I18nServiceAbstraction, KeyGenerationService, StateServiceAbstraction],
|
||||
},
|
||||
{
|
||||
provide: InternalSendServiceAbstraction,
|
||||
|
Loading…
Reference in New Issue
Block a user