mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
chore: Lintfix and format (no-changelog) (#13705)
This commit is contained in:
committed by
GitHub
parent
9e83ff51da
commit
d2dd1796a8
@@ -1684,9 +1684,9 @@ export function useCanvasOperations({ router }: { router: ReturnType<typeof useR
|
||||
nodeHelpers.assignWebhookId(node);
|
||||
|
||||
if (node.parameters.path) {
|
||||
node.parameters.path = node.webhookId as string;
|
||||
node.parameters.path = node.webhookId;
|
||||
} else if ((node.parameters.options as IDataObject).path) {
|
||||
(node.parameters.options as IDataObject).path = node.webhookId as string;
|
||||
(node.parameters.options as IDataObject).path = node.webhookId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user