Browse Source

clean code

kaori 4 năm trước cách đây
mục cha
commit
182f308d8e
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

@@ -12,7 +12,6 @@ class NortificationService {
     this.notificationEvent = crowi.event('notification');
 
     // init
-    // comments
     this.notificationEvent.on('update', this.notificationEvent.onUpdate);
   }