Shun Miyazawa 4 anni fa
parent
commit
a4feded989
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);
     });