Loading opt/comments-server-side/util.js +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ exports.formatComments = function(comments, req) { return _.map(comments, function(comment) { var comment = _.extend(comment._doc, { comment = _.extend(comment._doc, { score: comment.upVotes.length - comment.downVotes.length, createdAt: String(comment.createdAt) }); Loading Loading
opt/comments-server-side/util.js +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ exports.formatComments = function(comments, req) { return _.map(comments, function(comment) { var comment = _.extend(comment._doc, { comment = _.extend(comment._doc, { score: comment.upVotes.length - comment.downVotes.length, createdAt: String(comment.createdAt) }); Loading