diff --git a/apps/browser/src/background/main.background.ts b/apps/browser/src/background/main.background.ts index b75847dbbfe..0d19feec71c 100644 --- a/apps/browser/src/background/main.background.ts +++ b/apps/browser/src/background/main.background.ts @@ -674,7 +674,7 @@ export default class MainBackground { this.messagingService, ); - this.appIdService = new AppIdService(this.storageService, this.logService); + this.appIdService = new AppIdService(this.storageService); this.userDecryptionOptionsService = new UserDecryptionOptionsService(this.stateProvider); this.organizationService = new DefaultOrganizationService(this.stateProvider); diff --git a/apps/cli/src/service-container/service-container.ts b/apps/cli/src/service-container/service-container.ts index 4eda8cd7abd..11185c93c23 100644 --- a/apps/cli/src/service-container/service-container.ts +++ b/apps/cli/src/service-container/service-container.ts @@ -446,7 +446,7 @@ export class ServiceContainer { this.kdfConfigService, ); - this.appIdService = new AppIdService(this.storageService, this.logService); + this.appIdService = new AppIdService(this.storageService); const customUserAgent = "Bitwarden_CLI/" +