Browse Source

delete oneline

Shun Miyazawa 4 năm trước cách đây
mục cha
commit
3d4582906a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/server/crowi/index.js

+ 0 - 1
packages/app/src/server/crowi/index.js

@@ -90,7 +90,6 @@ function Crowi() {
     comment: new (require('../events/comment'))(this),
     tag: new (require('../events/tag'))(this),
     admin: new (require('../events/admin'))(this),
-    comment: new (require('../events/comment'))(this),
   };
 }