summaryrefslogtreecommitdiffstats
path: root/models/cards.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/cards.js')
-rw-r--r--models/cards.js2
1 files changed, 1 insertions, 1 deletions
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,