🎨 fix lint issues

This commit is contained in:
Ben Hesseldieck 2021-01-15 16:18:05 +01:00
parent b3019ceb63
commit 07502c4124
2 changed files with 2 additions and 2 deletions

View file

@ -13,12 +13,12 @@ import {
} from 'n8n-core';
import {
IDataObject,
IWebhookData,
IWorkflowExecuteAdditionalData,
WebhookHttpMethod,
Workflow,
WorkflowExecuteMode,
IDataObject,
} from 'n8n-workflow';

View file

@ -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({