modify type of pageProperties

This commit is contained in:
Jiaxin Peng
2024-08-18 18:42:59 +01:00
parent b05c248c44
commit cd4e610c46

View File

@@ -105,7 +105,7 @@ export class Upload2NotionNext extends UploadBaseNext {
firstArr = childArr;
}
const pageProperties = {
const pageProperties: any = {
parent: {
database_id: databaseID,
},