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

@@ -21,7 +21,6 @@ import { InternalEventBus } from '@standardnotes/services';
export class ApplicationGroup extends SNApplicationGroup {
constructor(
private defaultSyncServerHost: string,
private defaultFilesHostHost: string,
private bridge: Bridge,
private runtime: Runtime,
private webSocketUrl: string
@@ -52,7 +51,6 @@ export class ApplicationGroup extends SNApplicationGroup {
platform,
descriptor.identifier,
this.defaultSyncServerHost,
this.defaultFilesHostHost,
this.bridge,
this.webSocketUrl,
this.runtime