Explorar o código

Fixed lint error by using dot notation.

Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
7d52a29620
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/notifications/outgoing.js

+ 1 - 1
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: {