From 4842c41f49f709d348111fe96a4dfb5fe1d5c6f0 Mon Sep 17 00:00:00 2001 From: tlyong1992 Date: Thu, 19 May 2022 16:22:47 +0800 Subject: [PATCH] Merge --- lib/notion/getNotionData.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/notion/getNotionData.js b/lib/notion/getNotionData.js index 9d742a3b..b9e3ba4d 100644 --- a/lib/notion/getNotionData.js +++ b/lib/notion/getNotionData.js @@ -26,8 +26,6 @@ export async function getGlobalNotionData({ }) { // 获取Notion数据 const notionPageData = deepClone(await getNotionPageData({ pageId, from })) - // 获取文章列表 - notionPageData.allPosts = await getAllPosts({ notionPageData, from, pageType }) delete notionPageData.block delete notionPageData.collection delete notionPageData.collectionQuery