Browse Source

clean code

kaori 4 năm trước cách đây
mục cha
commit
96c8b05c7c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 });
       }
     });