mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Fix DI (#8125)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user