diff options
Diffstat (limited to 'bucky/app/bucky.js')
| -rw-r--r-- | bucky/app/bucky.js | 1 |
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(); }); }, |
