From d2481245a88f189ea0d1b69cc91a684f3e2bb46b Mon Sep 17 00:00:00 2001 From: julian laplace Date: Sun, 30 Oct 2022 01:33:57 +0200 Subject: tostring --- bucky/app/bucky.js | 1 + 1 file changed, 1 insertion(+) 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(); }); }, -- cgit v1.2.3-70-g09d2