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