so spaces and tabs are totally differnt...whitespace fixes
This commit is contained in:
@ -142,7 +142,6 @@ exports.returnIndividualStory = function(req, res, next) {
|
|||||||
var votedObj = story.upVotes.filter(function(a){
|
var votedObj = story.upVotes.filter(function(a){
|
||||||
return a['upVotedByUsername'] === req.user['profile']['username'];
|
return a['upVotedByUsername'] === req.user['profile']['username'];
|
||||||
})
|
})
|
||||||
|
|
||||||
if (votedObj.length > 0){
|
if (votedObj.length > 0){
|
||||||
userVoted = true;
|
userVoted = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user