Explorar el Código

Fix lint error

RJevnikar hace 7 años
padre
commit
aa6076e087
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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],