update with jslib changes

This commit is contained in:
Kyle Spearrin 2018-08-20 17:10:18 -04:00
parent 5dbc259e46
commit 9f70c888a6
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 1f9fbe43d7a78349e6fe994fa70d9b773af5c0f9
Subproject commit 21e09535896078c4716205e8141f6d3b2182a981

View File

@ -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);