Shun Miyazawa 4 years ago
parent
commit
d68858cf9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/app/src/server/service/comment.ts

+ 1 - 0
packages/app/src/server/service/comment.ts

@@ -78,6 +78,7 @@ class CommentService {
   createByPageComment = function(comment) {
   createByPageComment = function(comment) {
     const { activityService } = this.crowi;
     const { activityService } = this.crowi;
 
 
+    // TODO: Changing the action name in Create and Update
 
 
     const parameters = {
     const parameters = {
       user: comment.creator,
       user: comment.creator,