Browse Source

Fix lint error.

Related https://github.com/wekan/wekan/pull/1626
Lauri Ojansivu 7 năm trước cách đây
mục cha
commit
682eab74d9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

@@ -499,7 +499,7 @@ if (Meteor.isServer) {
         userId: req.body.authorId,
         swimlaneId: req.body.swimlaneId,
         sort: 0,
-        members: members,
+        members,
       });
       JsonRoutes.sendResult(res, {
         code: 200,