summaryrefslogtreecommitdiff
path: root/bucky/app/bucky.js
diff options
context:
space:
mode:
Diffstat (limited to 'bucky/app/bucky.js')
-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 ce02b24..2689c4b 100644
--- a/bucky/app/bucky.js
+++ b/bucky/app/bucky.js
@@ -191,6 +191,7 @@ var bucky = module.exports = {
}
db.getCommentById(id).then(function(comment){
if (comment) {
+ comment.set('comment', comment.get('comment').toString())
res.comment = comment
next()
}