chore: upgrade deps

This commit is contained in:
Mo
2022-03-08 09:07:57 -06:00
parent ae5b182ac1
commit 6d64889aad
6 changed files with 97 additions and 106 deletions

View File

@@ -48,7 +48,6 @@ export class WebApplication extends SNApplication {
platform: Platform,
identifier: string,
defaultSyncServerHost: string,
defaultFilesHostHost: string,
public bridge: Bridge,
webSocketUrl: string,
runtime: Runtime
@@ -61,7 +60,6 @@ export class WebApplication extends SNApplication {
alertService: new AlertService(),
identifier,
defaultHost: defaultSyncServerHost,
defaultFilesHost: defaultFilesHostHost,
appVersion: bridge.appVersion,
webSocketUrl: webSocketUrl,
runtime,