diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-10-10 00:40:42 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-10-10 00:40:42 +0300 |
commit | d4774d398e20b50afb40112426f1ab7a997a81d6 (patch) | |
tree | 5cba8de50c6289deff349578f3c37dc7b3dfff02 /models | |
parent | 04f5bda70a9cba0b2e57ae514523e89fa5a97594 (diff) | |
download | wekan-d4774d398e20b50afb40112426f1ab7a997a81d6.tar.gz wekan-d4774d398e20b50afb40112426f1ab7a997a81d6.tar.bz2 wekan-d4774d398e20b50afb40112426f1ab7a997a81d6.zip |
- Fix lint error: tab to spaces.
Thanks to xet7 !
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 974385d6..25692c25 100644 --- a/models/cards.js +++ b/models/cards.js @@ -1321,7 +1321,7 @@ if (Meteor.isServer) { _id: doc._id, title: doc.title, description: doc.description, - listId: doc.listId, + listId: doc.listId, }; }), }); |