summaryrefslogtreecommitdiffstats
path: root/server/notifications
diff options
context:
space:
mode:
authorAndrés Manelli <andresmanelli@gmail.com>2017-09-29 18:40:44 -0300
committerAndrés Manelli <andresmanelli@gmail.com>2017-09-29 18:47:40 -0300
commitde1ca1d12ac8f347b82ce732f45c7e07ccf09d86 (patch)
tree4734d4aa4d4f277b0a386d201cbcd6037804ea12 /server/notifications
parent196f959f1d9d5bbea7c77082219c3723e2755fe4 (diff)
downloadwekan-de1ca1d12ac8f347b82ce732f45c7e07ccf09d86.tar.gz
wekan-de1ca1d12ac8f347b82ce732f45c7e07ccf09d86.tar.bz2
wekan-de1ca1d12ac8f347b82ce732f45c7e07ccf09d86.zip
Send result before webhook
Diffstat (limited to 'server/notifications')
-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];
});