Loading opt/comments-server-side/util.js +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ exports.vote = function(req, res, comment) { */ exports.logUpdate = function(comment, author, action) { var up = { updatedAt: String(new Date()), updatedAt: new Date(), author: author }; if (action) { Loading Loading
opt/comments-server-side/util.js +1 −1 Original line number Diff line number Diff line Loading @@ -145,7 +145,7 @@ exports.vote = function(req, res, comment) { */ exports.logUpdate = function(comment, author, action) { var up = { updatedAt: String(new Date()), updatedAt: new Date(), author: author }; if (action) { Loading