Skip to content

Commit

Permalink
fix collection
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Feb 8, 2024
1 parent a80a800 commit ec9da76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/notion/getNotionData.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function cleanBlock(post) {
delete pageBlock[i]?.value?.alive
}

delete post?.blockMap?.collection
// delete post?.blockMap?.collection
return post
}

Expand Down

0 comments on commit ec9da76

Please sign in to comment.