mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +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,
|
stateServiceAbstraction,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
deps: [CryptoService, I18nServiceAbstraction, CryptoFunctionService, StateServiceAbstraction],
|
deps: [CryptoService, I18nServiceAbstraction, KeyGenerationService, StateServiceAbstraction],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
provide: InternalSendServiceAbstraction,
|
provide: InternalSendServiceAbstraction,
|
||||||
|
Loading…
Reference in New Issue
Block a user