mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
ci: Enforce noUnusedLocals on all backend and nodes packages (no-changelog) (#8428)
This commit is contained in:
committed by
GitHub
parent
16a2ea5df0
commit
cc2f0ada76
@@ -212,7 +212,6 @@ class WorkflowRunnerProcess {
|
||||
workflowData,
|
||||
additionalData.userId,
|
||||
options?.inputData,
|
||||
options?.parentWorkflowId,
|
||||
);
|
||||
await sendToParentProcess('startExecution', { runData });
|
||||
const executionId: string = await new Promise((resolve) => {
|
||||
|
||||
Reference in New Issue
Block a user