This commit is contained in:
tlyong1992
2022-05-19 16:22:47 +08:00
parent e1d0dd9f1b
commit 4842c41f49

View File

@@ -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