kaori 4 лет назад
Родитель
Сommit
56564c9b7f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/app/src/server/service/comment.ts

+ 2 - 2
packages/app/src/server/service/comment.ts

@@ -25,11 +25,11 @@ class CommentService {
     this.activityEvent = crowi.event('activity');
     this.activityEvent = crowi.event('activity');
 
 
     // init
     // init
-    this.initCommentEvent();
+    this.initCommentEventListeners();
   }
   }
 
 
 
 
-  initCommentEvent(): void {
+  initCommentEventListeners(): void {
     // create
     // create
     this.commentEvent.on('create', async(savedComment) => {
     this.commentEvent.on('create', async(savedComment) => {