Browse Source

fix lint err

itizawa 5 years ago
parent
commit
0084e8fa85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/routes/apiv3/pages.js

+ 1 - 1
src/server/routes/apiv3/pages.js

@@ -201,7 +201,7 @@ module.exports = (crowi) => {
       return res.apiv3Err('Failed to update page.', 500, 'unknown');
       return res.apiv3Err('Failed to update page.', 500, 'unknown');
     }
     }
 
 
-    const result = { page: pageService.serializeToObj(page)};
+    const result = { page: pageService.serializeToObj(page) };
 
 
     try {
     try {
       // global notification
       // global notification