mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
Merge
This commit is contained in:
@@ -246,10 +246,9 @@ async function getPageRecordMapByNotionAPI({ pageId, from }) {
|
||||
if (!value) {
|
||||
continue
|
||||
}
|
||||
collectionData.push(properties)
|
||||
const properties = (await getPageProperties(id, block, schema, null, tagOptions, siteInfo)) || null
|
||||
if (properties) {
|
||||
data.push(properties)
|
||||
collectionData.push(properties)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user