Bugfix: Upsert successful, but failed to insert documents
This commit is contained in:
parent
da18b6a5c0
commit
fe0c22255b
|
|
@ -66,6 +66,10 @@ class NotionDB_DocumentLoaders implements INode {
|
|||
auth: notionIntegrationToken
|
||||
},
|
||||
id: databaseId,
|
||||
callerOptions: {
|
||||
maxConcurrency: 64 // Default value
|
||||
},
|
||||
propertiesAsHeader: true, // Prepends a front matter header of the page properties to the page contents
|
||||
type: 'database'
|
||||
}
|
||||
const loader = new NotionAPILoader(obj)
|
||||
|
|
|
|||
Loading…
Reference in New Issue