summaryrefslogtreecommitdiffstats
path: root/server/notifications/outgoing.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/notifications/outgoing.js')
-rw-r--r--server/notifications/outgoing.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/notifications/outgoing.js b/server/notifications/outgoing.js
index e6959c0e..ed3d8df7 100644
--- a/server/notifications/outgoing.js
+++ b/server/notifications/outgoing.js
@@ -31,7 +31,7 @@ Meteor.methods({
[ 'cardId', 'listId', 'oldListId',
'boardId', 'comment', 'user',
- 'card', 'commentId'
+ 'card', 'commentId',
].forEach((key) => {
if (params[key]) value[key] = params[key];
});