Remove usage of getBgService for CollectionService

With CollectionService using StateProviders: https://github.com/bitwarden/clients/pull/7732 - we should no longer need CollectionService
This commit is contained in:
Daniel James Smith 2024-04-24 22:21:36 +02:00
parent 32e90d35f1
commit a7a018bf79
No known key found for this signature in database
GPG Key ID: DA2E2EC600E1289B
1 changed files with 0 additions and 5 deletions

View File

@ -198,11 +198,6 @@ const safeProviders: SafeProvider[] = [
useFactory: () => new WebCryptoFunctionService(window),
deps: [],
}),
safeProvider({
provide: CollectionService,
useFactory: getBgService<CollectionService>("collectionService"),
deps: [],
}),
safeProvider({
provide: LogService,
useFactory: (platformUtilsService: PlatformUtilsService) =>