fix(Notion Trigger (Beta) Node): Fix Notion trigger polling strategy

This commit is contained in:
Ugo Bataillard
2022-11-09 19:26:13 +09:00
committed by GitHub
parent bae3098e4e
commit 3b3405089d
7 changed files with 97 additions and 36 deletions

View File

@@ -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[];
];