fix: import workflow executer from n8n

This commit is contained in:
kolaente 2024-04-09 14:52:34 +02:00
parent ac1f6e9696
commit 111fa01966
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ import {
INodeListSearchResult,
JsonObject,
NodeApiError,
IExecuteFunctions,
} from 'n8n-workflow'
import {IExecuteFunctions} from 'n8n-core'
export async function searchAndMap(context: ILoadOptionsFunctions, url: string, titleProperty: string = 'title'): Promise<INodeListSearchResult> {
try {