This commit is contained in:
Justin Baur 2024-02-27 18:28:44 -06:00 committed by GitHub
parent d176a678e0
commit bbd50abd94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ function getBgService<T>(service: keyof MainBackground) {
stateServiceAbstraction,
);
},
deps: [CryptoService, I18nServiceAbstraction, CryptoFunctionService, StateServiceAbstraction],
deps: [CryptoService, I18nServiceAbstraction, KeyGenerationService, StateServiceAbstraction],
},
{
provide: InternalSendServiceAbstraction,