Browse Source

Fix lint error

RJevnikar 7 năm trước cách đây
mục cha
commit
aa6076e087
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      models/cards.js

+ 1 - 1
models/cards.js

@@ -72,7 +72,7 @@ Cards.attachSchema(new SimpleSchema({
   },
   assignedBy: {
     type: String,
-    optional: true
+    optional: true,
   },
   labelIds: {
     type: [String],