Shun Miyazawa 4 年 前
コミット
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
     // update
     this.commentEvent.on('update', (userId, pageId) => {
     this.commentEvent.on('update', (userId, pageId) => {
       this.commentEvent.onUpdate();
       this.commentEvent.onUpdate();
-      const { inAppNotificationService } = this.crowi;
 
 
       // TODO: 79713
       // TODO: 79713
+      // const { inAppNotificationService } = this.crowi;
       // inAppNotificationService.emitSocketIo(userId, pageId);
       // inAppNotificationService.emitSocketIo(userId, pageId);
     });
     });