Skip to content

Commit

Permalink
Correct the recommendation of the code analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
valentineus committed Nov 10, 2017
1 parent 59dd499 commit 11e41ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/peer.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class Peer {
cursor = this.cursorsManager.new({ api, query });
cursorId = cursor.id;

cursor.on(null, (old, current, stop, changes, isClone) => {
cursor.on(null, (old, current, stop) => {
stop();
});
}
Expand Down

0 comments on commit 11e41ec

Please sign in to comment.