summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/models.js4
-rw-r--r--models/cards.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/models.js b/config/models.js
index d5fe2a04..f70faae3 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 04348e2f..171c21c5 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,