Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dmonad committed Sep 8, 2023
1 parent 8ea7487 commit e0e5e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/cursor-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import * as math from 'lib0/math'
*
* @param {number} currentClientId current client id
* @param {number} userClientId user client id
* @param {any} user user data
* @param {any} _user user data
* @return {boolean}
*/
export const defaultAwarenessStateFilter = (currentClientId, userClientId, user) => currentClientId !== userClientId;
export const defaultAwarenessStateFilter = (currentClientId, userClientId, _user) => currentClientId !== userClientId

/**
* Default generator for a cursor element
Expand Down

0 comments on commit e0e5e95

Please sign in to comment.