mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
Remove duplicate provider (#8296)
Co-authored-by: Justin Baur <justindbaur@users.noreply.github.com>
This commit is contained in:
@@ -390,11 +390,6 @@ function getBgService<T>(service: keyof MainBackground) {
|
|||||||
useFactory: getBgService<NotificationsService>("notificationsService"),
|
useFactory: getBgService<NotificationsService>("notificationsService"),
|
||||||
deps: [],
|
deps: [],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
provide: LogServiceAbstraction,
|
|
||||||
useFactory: getBgService<ConsoleLogService>("logService"),
|
|
||||||
deps: [],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
provide: OrganizationService,
|
provide: OrganizationService,
|
||||||
useFactory: (stateService: StateServiceAbstraction, stateProvider: StateProvider) => {
|
useFactory: (stateService: StateServiceAbstraction, stateProvider: StateProvider) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user