diff --git a/nodes/Vikunja/helper.ts b/nodes/Vikunja/helper.ts index 803d4e1..37fea6f 100644 --- a/nodes/Vikunja/helper.ts +++ b/nodes/Vikunja/helper.ts @@ -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 { try {