summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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: {