diff options
author | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 21:29:28 +0000 |
---|---|---|
committer | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 21:29:28 +0000 |
commit | aa6076e087af151fd8a0f455c16cdd045080e614 (patch) | |
tree | e8ba0ef370bef3b9e0c910be25dd224d250c7b93 | |
parent | 78b9436f38d55c9c7497e16d9c4ffc320bf26a45 (diff) | |
download | wekan-aa6076e087af151fd8a0f455c16cdd045080e614.tar.gz wekan-aa6076e087af151fd8a0f455c16cdd045080e614.tar.bz2 wekan-aa6076e087af151fd8a0f455c16cdd045080e614.zip |
Fix lint error
-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 e55ac3f9..9236fcaa 100644 --- a/models/cards.js +++ b/models/cards.js @@ -72,7 +72,7 @@ Cards.attachSchema(new SimpleSchema({ }, assignedBy: { type: String, - optional: true + optional: true, }, labelIds: { type: [String], |