This reverts commit fe96e94a7fc994f12b9353f4816a4f9bc1ec542a.
@@ -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;