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:
@@ -32,7 +32,7 @@ export const blockOperations: INodeProperties[] = [
|
||||
},
|
||||
];
|
||||
|
||||
export const blockFields = [
|
||||
export const blockFields: INodeProperties[] = [
|
||||
/* -------------------------------------------------------------------------- */
|
||||
/* block:append */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
@@ -101,4 +101,4 @@ export const blockFields = [
|
||||
default: 50,
|
||||
description: 'Max number of results to return',
|
||||
},
|
||||
] as INodeProperties[];
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user