From 0466fdb2dffd1fc4f07cee546c4880dd3614ee9e Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Mon, 14 Aug 2023 10:22:59 +0200 Subject: [PATCH] :zap: Fix build issue --- nodes/ExampleNode/ExampleNode.node.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/ExampleNode/ExampleNode.node.ts b/nodes/ExampleNode/ExampleNode.node.ts index 4bda9d6..a11e428 100644 --- a/nodes/ExampleNode/ExampleNode.node.ts +++ b/nodes/ExampleNode/ExampleNode.node.ts @@ -1,5 +1,5 @@ -import { IExecuteFunctions } from 'n8n-core'; import { + IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription,