Просмотр исходного кода

Merge branch 'feat/transplant-tabs-to-modal-for-master-merge' into add-pagination-for-displaying-attachment-data

zahmis 5 лет назад
Родитель
Сommit
3afc55f226
1 измененных файлов с 0 добавлено и 1 удалено
  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;