From 02b0f15c6d3360aec4eae1781b3db823d183359b Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Mon, 6 Apr 2020 12:44:28 -0500 Subject: [PATCH] Update jslib (28e3fff -> 72e3893) (#1199) * Update jslib 28e3fff -> 72e3893 * Update vaultTimeoutService init Co-authored-by: Vincent Salucci --- jslib | 2 +- src/background/main.background.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 28e3fff739..72e3893f8e 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 28e3fff739e64c2dd80d3d98717e2921895d16df +Subproject commit 72e3893f8eee79f1e3678839aa194f1096c343ea diff --git a/src/background/main.background.ts b/src/background/main.background.ts index 20e0bbe182..036b011dc6 100644 --- a/src/background/main.background.ts +++ b/src/background/main.background.ts @@ -158,7 +158,8 @@ export default class MainBackground { this.policyService = new PolicyService(this.userService, this.storageService); this.vaultTimeoutService = new VaultTimeoutService(this.cipherService, this.folderService, this.collectionService, this.cryptoService, this.platformUtilsService, this.storageService, - this.messagingService, this.searchService, this.userService, async () => { + this.messagingService, this.searchService, this.userService, this.tokenService, + async () => { if (this.notificationsService != null) { this.notificationsService.updateConnection(false); }