Jelajahi Sumber

Fix lint error

RJevnikar 7 tahun lalu
induk
melakukan
aa6076e087
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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],