Fix lint error

reviewable/pr1679/r1
RJevnikar 7 years ago
parent 78b9436f38
commit aa6076e087
  1. 2
      models/cards.js

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

Loading…
Cancel
Save