diff --git a/src/node/client.ts b/src/node/client.ts index e834238..e85d024 100644 --- a/src/node/client.ts +++ b/src/node/client.ts @@ -25,10 +25,4 @@ export default class Client extends BaseClient { this.beaconUrl = config.beaconUrl; this.http.defaults.baseURL = this.beaconUrl; } - - async sync(): Promise { - await super.sync(); - - this.subscribe(); - } }