Enhance MainBackground class by adding authService, accountService, and configService dependencies to the constructor. This update improves service integration for background operations.

pull/20331/head
JaredScar 4 weeks ago
parent cab0156391
commit 51fca8ef6e
No known key found for this signature in database

@ -884,6 +884,9 @@ export default class MainBackground {
this.organizationService,
this.organizationUserApiService,
this.policyService,
this.authService,
this.accountService,
this.configService,
);
const sdkClientFactory = flagEnabled("sdk")

Loading…
Cancel
Save