Fix lint error

This commit is contained in:
RJevnikar 2018-06-05 21:29:28 +00:00
parent 78b9436f38
commit aa6076e087

View file

@ -72,7 +72,7 @@ Cards.attachSchema(new SimpleSchema({
}, },
assignedBy: { assignedBy: {
type: String, type: String,
optional: true optional: true,
}, },
labelIds: { labelIds: {
type: [String], type: [String],