fix-修复编译问题

This commit is contained in:
tangly1024.com
2023-06-16 17:06:56 +08:00
parent 112f003d29
commit 20917b47a4
3 changed files with 36 additions and 36 deletions

View File

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