mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
update jslib with export deps
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: af43232567...87e273252b
@@ -148,7 +148,7 @@ export default class MainBackground {
|
|||||||
this.totpService);
|
this.totpService);
|
||||||
this.containerService = new ContainerService(this.cryptoService, this.platformUtilsService);
|
this.containerService = new ContainerService(this.cryptoService, this.platformUtilsService);
|
||||||
this.auditService = new AuditService(cryptoFunctionService);
|
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.analytics = new Analytics(window, () => BrowserApi.gaFilter(), this.platformUtilsService,
|
||||||
this.storageService, this.appIdService);
|
this.storageService, this.appIdService);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user