Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 27, 2024
1 parent a6ce767 commit bde1099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const isRepeated = (value, previousEvents) => {
return true
}

// eslint-disable-next-line fp/no-mutating-methods
previousEvents.push(previousEvent)
return false
}
Expand Down

0 comments on commit bde1099

Please sign in to comment.