Update version to 0.0.2

This commit is contained in:
Jiaxin Peng
2023-08-10 09:02:51 +01:00
parent f974d6dc66
commit 5411b0bac6
3 changed files with 8 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ export class Upload2Notion {
title: [
{
text: {
content: title,
content: title
},
},
],
@@ -63,7 +63,7 @@ export class Upload2Notion {
rich_text: [
{
text: {
content: slug
content: slug || 'obsidian'
}
}
]
@@ -82,7 +82,7 @@ export class Upload2Notion {
rich_text: [
{
text: {
content: summary
content: summary || ''
}
}
]