fix upvoting story no longer gives you brownie points

closes #1008
This commit is contained in:
Berkeley Martinez
2015-07-31 14:31:12 -07:00
parent e7f522a611
commit 6454f37079

View File

@ -264,10 +264,6 @@ module.exports = function(app) {
}
return saveUser(user);
})
.flatMap(function() {
req.user.progressTimestamps.push(Date.now());
return saveUser(req.user);
})
.flatMap(function() {
return story$;
})