1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

update jslib

This commit is contained in:
Kyle Spearrin
2018-08-20 22:23:52 -04:00
parent 50c94f587d
commit 58c6a9c768
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 21e0953589...50666a761d

View File

@@ -158,7 +158,7 @@ export default class MainBackground {
this.auditService = new AuditService(cryptoFunctionService, this.apiService);
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
this.notificationsService = new NotificationsService(this.userService, this.tokenService,
this.syncService, this.appIdService);
this.syncService, this.appIdService, this.apiService);
this.environmentService = new EnvironmentService(this.apiService, this.storageService,
this.notificationsService);
this.analytics = new Analytics(window, () => BrowserApi.gaFilter(), this.platformUtilsService,