summaryrefslogtreecommitdiffstats
path: root/server/notifications
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-12-03 04:00:55 +0200
committerLauri Ojansivu <x@xet7.org>2017-12-03 04:00:55 +0200
commit7c403053e364ffe21d64edd961a55d0402582c07 (patch)
tree77f06a7afdb099c162a29c1bf9909b0761d85ea7 /server/notifications
parentc52233cacf798e1eb0ad8dbbfe20354443b562e3 (diff)
downloadwekan-7c403053e364ffe21d64edd961a55d0402582c07.tar.gz
wekan-7c403053e364ffe21d64edd961a55d0402582c07.tar.bz2
wekan-7c403053e364ffe21d64edd961a55d0402582c07.zip
Fix lint errors.
Diffstat (limited to 'server/notifications')
-rw-r--r--server/notifications/outgoing.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/notifications/outgoing.js b/server/notifications/outgoing.js
index ed3d8df7..779d41a0 100644
--- a/server/notifications/outgoing.js
+++ b/server/notifications/outgoing.js
@@ -30,8 +30,8 @@ Meteor.methods({
};
[ 'cardId', 'listId', 'oldListId',
- 'boardId', 'comment', 'user',
- 'card', 'commentId',
+ 'boardId', 'comment', 'user',
+ 'card', 'commentId',
].forEach((key) => {
if (params[key]) value[key] = params[key];
});