소스 검색

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],