fix for locals on faster thread checking

merge-requests/208/head
fatchan 5 years ago
parent 82a1842643
commit 22565435ac
  1. 3
      db/posts.js

@ -444,7 +444,8 @@ module.exports = {
'thread': null,
}, {
'projection': {
'_id': 1
'_id': 1,
'postId': 1
}
});
},

Loading…
Cancel
Save