summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-10-10 00:40:42 +0300
committerLauri Ojansivu <x@xet7.org>2018-10-10 00:40:42 +0300
commitd4774d398e20b50afb40112426f1ab7a997a81d6 (patch)
tree5cba8de50c6289deff349578f3c37dc7b3dfff02 /models
parent04f5bda70a9cba0b2e57ae514523e89fa5a97594 (diff)
downloadwekan-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.js2
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,
};
}),
});