summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorRJevnikar <12701645+rjevnikar@users.noreply.github.com>2018-06-05 21:21:14 +0000
committerRJevnikar <12701645+rjevnikar@users.noreply.github.com>2018-06-05 21:21:14 +0000
commit78b9436f38d55c9c7497e16d9c4ffc320bf26a45 (patch)
tree0cad5e85666a2ff1f60eeeeaed50526ca85a64c7 /models
parent3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c (diff)
downloadwekan-78b9436f38d55c9c7497e16d9c4ffc320bf26a45.tar.gz
wekan-78b9436f38d55c9c7497e16d9c4ffc320bf26a45.tar.bz2
wekan-78b9436f38d55c9c7497e16d9c4ffc320bf26a45.zip
Fix problems highlighted by Codacy/PR Quality Review
Diffstat (limited to 'models')
-rw-r--r--models/cards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/cards.js b/models/cards.js
index dd3ac02d..e55ac3f9 100644
--- a/models/cards.js
+++ b/models/cards.js
@@ -68,7 +68,7 @@ Cards.attachSchema(new SimpleSchema({
},
requestedBy: {
type: String,
- optional: true
+ optional: true,
},
assignedBy: {
type: String,