1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

Remove duplicate provider (#8296)

Co-authored-by: Justin Baur <justindbaur@users.noreply.github.com>
This commit is contained in:
Matt Gibson 2024-03-11 19:46:58 -05:00 committed by GitHub
parent 51df81393d
commit 2181a6d91a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -390,11 +390,6 @@ function getBgService<T>(service: keyof MainBackground) {
useFactory: getBgService<NotificationsService>("notificationsService"),
deps: [],
},
{
provide: LogServiceAbstraction,
useFactory: getBgService<ConsoleLogService>("logService"),
deps: [],
},
{
provide: OrganizationService,
useFactory: (stateService: StateServiceAbstraction, stateProvider: StateProvider) => {