Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edemaine committed Nov 21, 2023
1 parent 75e0388 commit bf1bc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/since.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ topMessagesSince = (group, since) ->
## applying sort to message root, not the message
msgs = messagesSortedBy msgs, groupDefaultSort(group), findMessageRoot
## Restrict children pointers to within match and avoid duplicates
msgs = restrictChildren msgs
restrictChildren msgs

Template.since.helpers
messages: ->
Expand Down

0 comments on commit bf1bc59

Please sign in to comment.