fix: 修复 eslint 报错

This commit is contained in:
LooseLi
2025-05-26 16:55:44 +08:00
parent 13235b6cdb
commit 1f691818f8

View File

@@ -281,7 +281,7 @@ async function convertNotionToSiteDate(pageId, from, pageRecordMap) {
)
})
// 新的菜单
const customMenu = await getCustomMenu({ collectionData, NOTION_CONFIG })
const customMenu = getCustomMenu({ collectionData, NOTION_CONFIG })
const latestPosts = getLatestPosts({ allPages, from, latestPostCount: 6 })
const allNavPages = getNavPages({ allPages })