summaryrefslogtreecommitdiff
path: root/bucky
diff options
context:
space:
mode:
Diffstat (limited to 'bucky')
-rw-r--r--bucky/app/bucky.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js
index a2f677a..81171f4 100644
--- a/bucky/app/bucky.js
+++ b/bucky/app/bucky.js
@@ -500,6 +500,7 @@ var bucky = (module.exports = {
};
db.createComment(data).then(function (comment) {
res.comment = comment;
+ comment.set("comment", comment.get("comment").toString());
next();
});
},