From 07502c4124780f6d9ed3333471a34847a8deab0b Mon Sep 17 00:00:00 2001 From: Ben Hesseldieck Date: Fri, 15 Jan 2021 16:18:05 +0100 Subject: [PATCH] :art: fix lint issues --- packages/cli/src/TestWebhooks.ts | 2 +- packages/workflow/src/NodeHelpers.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/src/TestWebhooks.ts b/packages/cli/src/TestWebhooks.ts index 11796dd1a6..2a196454c0 100644 --- a/packages/cli/src/TestWebhooks.ts +++ b/packages/cli/src/TestWebhooks.ts @@ -13,12 +13,12 @@ import { } from 'n8n-core'; import { + IDataObject, IWebhookData, IWorkflowExecuteAdditionalData, WebhookHttpMethod, Workflow, WorkflowExecuteMode, - IDataObject, } from 'n8n-workflow'; diff --git a/packages/workflow/src/NodeHelpers.ts b/packages/workflow/src/NodeHelpers.ts index 91680346d6..d10651e83b 100644 --- a/packages/workflow/src/NodeHelpers.ts +++ b/packages/workflow/src/NodeHelpers.ts @@ -781,7 +781,7 @@ export function getNodeWebhooks(workflow: Workflow, node: INode, additionalData: let webhookId: string | undefined; if ((path.startsWith(':') || path.includes('/:')) && node.webhookId) { - webhookId = node.webhookId + webhookId = node.webhookId; } returnData.push({