From 7d52a2962024fdf9b721d23f532ce50e37e5ba14 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Wed, 23 Aug 2017 23:43:12 +0300 Subject: Fixed lint error by using dot notation. --- server/notifications/outgoing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/notifications/outgoing.js b/server/notifications/outgoing.js index 88e50fa0..c227366e 100644 --- a/server/notifications/outgoing.js +++ b/server/notifications/outgoing.js @@ -31,7 +31,7 @@ Meteor.methods({ ['cardId', 'listId', 'oldListId', 'boardId'].forEach((key) => { if (params[key]) value[key] = params[key]; }); - value['description'] = description; + value.$description = description; const options = { headers: { -- cgit v1.2.3-1-g7c22