Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Mar 19, 2020
1 parent 44e9063 commit 9e89ada
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 9e89ada

Please sign in to comment.