Send result before webhook

This commit is contained in:
Andrés Manelli 2017-09-29 18:40:44 -03:00
parent 196f959f1d
commit de1ca1d12a
2 changed files with 4 additions and 4 deletions

View file

@ -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];
});