Ryu Sato hace 6 años
padre
commit
8a263bfd0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/routes/comment.js

+ 1 - 1
src/server/routes/comment.js

@@ -41,7 +41,7 @@
  *            example: 2010-01-01T00:00:00.000Z
  *            example: 2010-01-01T00:00:00.000Z
  */
  */
 
 
- module.exports = function(crowi, app) {
+module.exports = function(crowi, app) {
   const logger = require('@alias/logger')('growi:routes:comment');
   const logger = require('@alias/logger')('growi:routes:comment');
   const Comment = crowi.model('Comment');
   const Comment = crowi.model('Comment');
   const User = crowi.model('User');
   const User = crowi.model('User');