summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
authormayjs <johannes.may@udo.edu>2017-05-15 18:45:24 +0200
committermayjs <johannes.may@udo.edu>2017-05-15 18:45:24 +0200
commit158f19b67cfcc62e67927c4cbe75f5732e672a3c (patch)
tree9d1f6159c7d41ab1ae9f84cfa08a58f2668fb9e1 /models/boards.js
parentfa928956c2e9bfd21b18f973eded49775ce33e86 (diff)
downloadwekan-158f19b67cfcc62e67927c4cbe75f5732e672a3c.tar.gz
wekan-158f19b67cfcc62e67927c4cbe75f5732e672a3c.tar.bz2
wekan-158f19b67cfcc62e67927c4cbe75f5732e672a3c.zip
let -> const
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js
index e0fd81dd..914ded93 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -560,7 +560,7 @@ if (Meteor.isServer) {
// TODO: This should be changed to be less restrictive!
Authentication.checkUserId(req.userId);
- let data = Boards.find({
+ const data = Boards.find({
archived: false,
'members.userId': req.userId, // TODO: How does the current authentication system work? Can we rely on req.userId to be correct?
}, {