Commit bd0669ef authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Merge branch 'master' into comments-refactor

parents 196d576d 78263a05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,