From ab73afe17af78ebbe5186de53973136d3e9f9e39 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 14 Aug 2018 14:43:15 +0300 Subject: [PATCH] Fix lint errors. --- config/models.js | 4 ++-- models/cards.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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,