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

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

@@ -51,9 +51,9 @@ class CommentService {
     // update
     this.commentEvent.on('update', (userId, pageId) => {
       this.commentEvent.onUpdate();
-      const { inAppNotificationService } = this.crowi;
 
       // TODO: 79713
+      // const { inAppNotificationService } = this.crowi;
       // inAppNotificationService.emitSocketIo(userId, pageId);
     });