From 58c6a9c768604d1ecb4b7c18adc059a02e8be3cb Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 20 Aug 2018 22:23:52 -0400 Subject: [PATCH] update jslib --- jslib | 2 +- src/background/main.background.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 21e09535896..50666a761db 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 21e09535896078c4716205e8141f6d3b2182a981 +Subproject commit 50666a761dba3d2d7d880f1faf488fd9d719ea50 diff --git a/src/background/main.background.ts b/src/background/main.background.ts index cd9187d8ba8..1c751d012a3 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -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,