mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 15:10:14 +00:00
fix-修复编译问题
This commit is contained in:
@@ -28,7 +28,7 @@ export async function getAllPosts({ notionPageData, from, pageType }) {
|
||||
if (!value) {
|
||||
continue
|
||||
}
|
||||
const properties = (await getPageProperties(id, block, schema, null, tagOptions, notionPageData.siteInfo)) || null
|
||||
const properties = (await getPageProperties(id, block, schema, null, tagOptions)) || null
|
||||
data.push(properties)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user