mirror of
https://github.com/jxpeng98/obsidian-to-NotionNext
synced 2026-07-29 08:08:34 +08:00
modify type of pageProperties
This commit is contained in:
@@ -105,7 +105,7 @@ export class Upload2NotionNext extends UploadBaseNext {
|
||||
firstArr = childArr;
|
||||
}
|
||||
|
||||
const pageProperties = {
|
||||
const pageProperties: any = {
|
||||
parent: {
|
||||
database_id: databaseID,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user