yusuketk 5 лет назад
Родитель
Сommit
459c8c45be
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/server/routes/apiv3/page.js

+ 2 - 1
src/server/routes/apiv3/page.js

@@ -234,7 +234,8 @@ module.exports = (crowi) => {
       rootPagePath,
       numOfPages,
       hasComment: isCommentDownload,
-      hasAttachment: isAttachmentFileDownload});
+      hasAttachment: isAttachmentFileDownload,
+    });
   });
 
   return router;