Shun Miyazawa 4 năm trước cách đây
mục cha
commit
d68858cf9d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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) {
     const { activityService } = this.crowi;
 
+    // TODO: Changing the action name in Create and Update
 
     const parameters = {
       user: comment.creator,