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

Revert "add comment"

This reverts commit fe96e94a7fc994f12b9353f4816a4f9bc1ec542a.
ryoji-s 2 лет назад
Родитель
Сommit
57c8d15818
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/client/services/page-operation.ts

+ 0 - 1
apps/app/src/client/services/page-operation.ts

@@ -95,7 +95,6 @@ export const createPage = async(pagePath: string, markdown: string, tmpParams: O
     body: markdown,
   });
 
-  // !! WARNING !! in the case where the 'shouldReturnIfPathExists' in 'params' is true, return value might be an empty object {}.
   const res = await apiv3Post('/pages/', params);
   const { page, tags, revision } = res.data;