From bf1bc59c18e594e5f8ef42cfae6d533fe06c540c Mon Sep 17 00:00:00 2001 From: Erik Demaine Date: Tue, 21 Nov 2023 13:36:51 -0500 Subject: [PATCH] Fix lint --- client/since.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/since.coffee b/client/since.coffee index 26dc35a..5ad964c 100644 --- a/client/since.coffee +++ b/client/since.coffee @@ -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: ->