diff --git a/jslib b/jslib index af43232567..87e273252b 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit af43232567fa63911725929d549f2b01927fa243 +Subproject commit 87e273252be42dab90d9a33857fe7755f378338b diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 4b84e76bfb..f34e29b403 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -148,7 +148,7 @@ export default class MainBackground { this.totpService); this.containerService = new ContainerService(this.cryptoService, this.platformUtilsService); this.auditService = new AuditService(cryptoFunctionService); - this.exportService = new ExportService(this.folderService, this.cipherService); + this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService); this.analytics = new Analytics(window, () => BrowserApi.gaFilter(), this.platformUtilsService, this.storageService, this.appIdService);