Browse Source

delete oneline

Shun Miyazawa 4 years ago
parent
commit
3d4582906a
1 changed files with 0 additions and 1 deletions
  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),
     comment: new (require('../events/comment'))(this),
     tag: new (require('../events/tag'))(this),
     tag: new (require('../events/tag'))(this),
     admin: new (require('../events/admin'))(this),
     admin: new (require('../events/admin'))(this),
-    comment: new (require('../events/comment'))(this),
   };
   };
 }
 }