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