ソースを参照

Fix lint error

RJevnikar 7 年 前
コミット
aa6076e087
1 ファイル変更1 行追加1 行削除
  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],