start fixing the password in scope potential corner case security issue
This commit is contained in:
@@ -159,7 +159,6 @@ exports.returnIndividualStory = function(req, res, next) {
|
||||
upVotes: story.upVotes,
|
||||
comments: story.comments,
|
||||
id: story._id,
|
||||
user: req.user || null,
|
||||
timeAgo: moment(story.timePosted).fromNow(),
|
||||
image: story.image,
|
||||
page: 'show',
|
||||
|
Reference in New Issue
Block a user