itizawa 6 лет назад
Родитель
Сommit
ef263b5d82
2 измененных файлов с 1 добавлено и 5 удалено
  1. 0 4
      src/client/js/services/CommentContainer.js
  2. 1 1
      src/server/models/comment.js

+ 0 - 4
src/client/js/services/CommentContainer.js

@@ -115,10 +115,6 @@ export default class CommentContainer extends Container {
         replyTo,
         comment_id: commentId,
       },
-      slackNotificationForm: {
-        isSlackEnabled,
-        slackChannels,
-      },
     })
       .then((res) => {
         if (res.ok) {

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

@@ -65,7 +65,7 @@ module.exports = function(crowi) {
   };
 
   commentSchema.statics.updateCommentsByPageId = function(comment, isMarkdown, pageId) {
-    // TODO GW-61 update new comment
+    // TODO GW-61 update new comment add return comment data
     console.log('ここはmodel');
 
     return pageId;