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