Fix problems highlighted by Codacy/PR Quality Review

This commit is contained in:
RJevnikar 2018-06-05 21:21:14 +00:00
parent 3ce3fa74b3
commit 78b9436f38
4 changed files with 13 additions and 2 deletions

View file

@ -68,7 +68,7 @@ Cards.attachSchema(new SimpleSchema({
},
requestedBy: {
type: String,
optional: true
optional: true,
},
assignedBy: {
type: String,