mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
缓存BUG
This commit is contained in:
@@ -63,7 +63,7 @@ export async function getSiteDataByPageId({ pageId, from }) {
|
||||
// 获取NOTION原始数据,此接支持mem缓存。
|
||||
const pageRecordMap = await getPage(pageId, from)
|
||||
// 将Notion数据按规则转成站点数据
|
||||
const data = await converNotionToSiteDate(pageId, from, pageRecordMap)
|
||||
const data = await converNotionToSiteDate(pageId, from, deepClone(pageRecordMap))
|
||||
return data
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user