diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-14 14:43:15 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-14 14:43:15 +0300 |
commit | ab73afe17af78ebbe5186de53973136d3e9f9e39 (patch) | |
tree | 6978f5bc7bf184cac3631ca7ffb0afe7a6de9e73 /models | |
parent | dc4e93ad56c6b73633b0189b1d6bb02144107a23 (diff) | |
download | wekan-ab73afe17af78ebbe5186de53973136d3e9f9e39.tar.gz wekan-ab73afe17af78ebbe5186de53973136d3e9f9e39.tar.bz2 wekan-ab73afe17af78ebbe5186de53973136d3e9f9e39.zip |
Fix lint errors.
Diffstat (limited to 'models')
-rw-r--r-- | models/cards.js | 2 |
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, |