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