Browse Source

Merge branch 'feat/transplant-tabs-to-modal-for-master-merge' into add-pagination-in-endpoint-of-attachment

zahmis 5 years ago
parent
commit
718931c666
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/server/routes/attachment.js

+ 0 - 1
src/server/routes/attachment.js

@@ -127,7 +127,6 @@ const ApiResponse = require('../util/apiResponse');
 
 module.exports = function(crowi, app) {
   const Attachment = crowi.model('Attachment');
-  // const User = crowi.model('User');
   const Page = crowi.model('Page');
   const { fileUploadService, attachmentService } = crowi;