summaryrefslogtreecommitdiffstats
path: root/models/cardComments.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/cardComments.js')
-rw-r--r--models/cardComments.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/cardComments.js b/models/cardComments.js
index 2cadb65e..070c148e 100644
--- a/models/cardComments.js
+++ b/models/cardComments.js
@@ -62,7 +62,7 @@ if (Meteor.isServer) {
Meteor.startup(() => {
CardComments._collection._ensureIndex({ cardId: 1, createdAt: -1 });
});
-
+
CardComments.after.insert((userId, doc) => {
Activities.insert({
userId,