Fixes & refactor
This commit is contained in:
parent
e6eedab87d
commit
f73b5ecb71
4 changed files with 54 additions and 43 deletions
|
|
@ -135,6 +135,7 @@ export class SyncClient {
|
|||
public async reset(): Promise<void> {
|
||||
await this._syncer.reset();
|
||||
this._history.reset();
|
||||
await this._database.resetSyncState();
|
||||
this.logger.reset();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue