From ec9da76277f81e1ab64d807d14545ad487ef4266 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Thu, 8 Feb 2024 10:09:42 +0800 Subject: [PATCH] fix collection --- lib/notion/getNotionData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notion/getNotionData.js b/lib/notion/getNotionData.js index 9a1dff7c568..80466b9ecc2 100755 --- a/lib/notion/getNotionData.js +++ b/lib/notion/getNotionData.js @@ -75,7 +75,7 @@ function cleanBlock(post) { delete pageBlock[i]?.value?.alive } - delete post?.blockMap?.collection + // delete post?.blockMap?.collection return post }