We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b339d2e commit 9911980Copy full SHA for 9911980
src/transformers/get-page-title.js
@@ -11,7 +11,7 @@ exports.getNotionPageTitle = (page) => {
11
12
if (chunk.type == "mention") {
13
if (chunk.mention.type == "user") {
14
- return acc.concat(chunk.mention.user.name)
+ return acc.concat(chunk.plain_text)
15
}
16
17
if (chunk.mention.type == "date") {
0 commit comments