shinoka7 6 years ago
parent
commit
f1eaf53923
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/models/comment.js

+ 0 - 1
src/server/models/comment.js

@@ -29,7 +29,6 @@ module.exports = function(crowi) {
       newComment.comment = comment;
       newComment.comment = comment;
       newComment.commentPosition = position;
       newComment.commentPosition = position;
       newComment.isMarkdown = isMarkdown || false;
       newComment.isMarkdown = isMarkdown || false;
-      newComment.replyTo = ObjectId(replyTo);
 
 
       newComment.save((err, data) => {
       newComment.save((err, data) => {
         if (err) {
         if (err) {