From 111fa0196635581067bc39e6f312dc601935785d Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 9 Apr 2024 14:52:34 +0200 Subject: [PATCH] fix: import workflow executer from n8n --- nodes/Vikunja/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {