2
0
yusuketk 5 жил өмнө
parent
commit
459c8c45be

+ 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;