diff --git a/config/models.js b/config/models.js index d5fe2a042..f70faae3e 100644 --- a/config/models.js +++ b/config/models.js @@ -1,4 +1,4 @@ module.exports.models = { connection: 'mongodb', - migrate: 'safe' -} + migrate: 'safe', +}; diff --git a/models/cards.js b/models/cards.js index 04348e2fc..171c21c58 100644 --- a/models/cards.js +++ b/models/cards.js @@ -82,7 +82,7 @@ Cards.attachSchema(new SimpleSchema({ description: { type: String, optional: true, - defaultValue: '' + defaultValue: '', }, requestedBy: { type: String,