kaori před 4 roky
rodič
revize
c803032a7b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      packages/app/src/server/crowi/index.js

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

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