refactor: don't run automatic optimistic updates
This commit is contained in:
parent
232f5ba730
commit
c5a2dc86e1
|
@ -25,10 +25,4 @@ export default class Client extends BaseClient {
|
||||||
this.beaconUrl = config.beaconUrl;
|
this.beaconUrl = config.beaconUrl;
|
||||||
this.http.defaults.baseURL = this.beaconUrl;
|
this.http.defaults.baseURL = this.beaconUrl;
|
||||||
}
|
}
|
||||||
|
|
||||||
async sync(): Promise<void> {
|
|
||||||
await super.sync();
|
|
||||||
|
|
||||||
this.subscribe();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue