fix compilation

This commit is contained in:
Sandeep Somavarapu 2020-03-19 09:32:16 +01:00
parent 44e906343e
commit 9e89ada95f

View file

@ -44,7 +44,7 @@ class TestSynchroniser extends AbstractSynchroniser {
await this.updateLastSyncUserData({ ref, syncData: { content: '', version: this.version } });
}
stop(): void {
async stop(): Promise<void> {
this.cancelled = true;
this.syncBarrier.open();
}