mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-29 15:10:06 +00:00
dev:
微调
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import { idToUuid } from 'notion-utils'
|
||||
|
||||
export default function getAllPageIds (collectionQuery, viewId) {
|
||||
if (!collectionQuery) {
|
||||
return []
|
||||
}
|
||||
const views = Object.values(collectionQuery)[0]
|
||||
if (!views) {
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user