mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix(Notion Trigger (Beta) Node): Fix Notion trigger polling strategy
This commit is contained in:
@@ -71,7 +71,7 @@ export const pageOperations: INodeProperties[] = [
|
||||
},
|
||||
];
|
||||
|
||||
export const pageFields = [
|
||||
export const pageFields: INodeProperties[] = [
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* page:archive */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -355,4 +355,4 @@ export const pageFields = [
|
||||
},
|
||||
],
|
||||
},
|
||||
] as INodeProperties[];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user