From 9f70c888a68407b1c37b9f0de12e091447072955 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 20 Aug 2018 17:10:18 -0400 Subject: [PATCH] update with jslib changes --- jslib | 2 +- src/bw.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 1f9fbe43d7..21e0953589 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 1f9fbe43d7a78349e6fe994fa70d9b773af5c0f9 +Subproject commit 21e09535896078c4716205e8141f6d3b2182a981 diff --git a/src/bw.ts b/src/bw.ts index 48318538fe..4663cfedef 100644 --- a/src/bw.ts +++ b/src/bw.ts @@ -86,7 +86,7 @@ export class Main { this.messagingService = new NoopMessagingService(); this.apiService = new NodeApiService(this.tokenService, this.platformUtilsService, async (expired: boolean) => await this.logout()); - this.environmentService = new EnvironmentService(this.apiService, this.storageService); + this.environmentService = new EnvironmentService(this.apiService, this.storageService, null); this.userService = new UserService(this.tokenService, this.storageService); this.containerService = new ContainerService(this.cryptoService, this.platformUtilsService); this.settingsService = new SettingsService(this.userService, this.storageService);