mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-23 12:49:09 +00:00
fix(Notion Trigger (Beta) Node): Fix Notion trigger polling strategy
This commit is contained in:
@@ -81,7 +81,7 @@ export const databasePageOperations: INodeProperties[] = [
|
||||
},
|
||||
];
|
||||
|
||||
export const databasePageFields = [
|
||||
export const databasePageFields: INodeProperties[] = [
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* databasePage:create */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user