Loading comments/lib/api_adapter.js +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ module.exports = { commentToJson: function(comment) { return { _id: comment.id, user_id: comment.user_id, author: comment.username, target: this.targetToJson(comment), content: comment.content, Loading Loading
comments/lib/api_adapter.js +1 −0 Original line number Diff line number Diff line Loading @@ -12,6 +12,7 @@ module.exports = { commentToJson: function(comment) { return { _id: comment.id, user_id: comment.user_id, author: comment.username, target: this.targetToJson(comment), content: comment.content, Loading