소스 검색

clean code

kaori 4 년 전
부모
커밋
96c8b05c7c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/server/service/notification.ts

+ 0 - 1
packages/app/src/server/service/notification.ts

@@ -23,7 +23,6 @@ class NortificationService {
       this.notificationEvent.onUpdate();
 
       if (this.socketIoService.isInitialized) {
-        // need to pass user in second argument
         this.socketIoService.getDefaultSocket().emit('notification updated', { user });
       }
     });