From 35f51b037caef5f346002ff433cb50c787e99500 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 9 May 2022 14:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/notion/getPostBlocks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/notion/getPostBlocks.js b/lib/notion/getPostBlocks.js index 94885681..ebc770d9 100644 --- a/lib/notion/getPostBlocks.js +++ b/lib/notion/getPostBlocks.js @@ -35,7 +35,7 @@ async function getPageWithRetry(id, from, retryAttempts = 3) { const authToken = BLOG.NOTION_ACCESS_TOKEN || null const api = new NotionAPI({ authToken }) const pageData = await api.getPage(id) - console.info('[响应成功]:', `from:${from}`, `id:${id}`, pageData) + console.info('[响应成功]:', `from:${from}`, `id:${id}`) return pageData } catch (e) { await delay(1000)