🐛 Fix build issue

This commit is contained in:
Jan Oberhauser
2020-07-02 23:07:28 +02:00
parent 549b26fa3d
commit 63280b7407
2 changed files with 2 additions and 2 deletions

View File

@@ -459,7 +459,7 @@ export class WorkflowExecute {
let executionData: IExecuteData;
let executionError: IExecutionError | undefined;
let executionNode: INode;
let nodeSuccessData: INodeExecutionData[][] | null;
let nodeSuccessData: INodeExecutionData[][] | null | undefined;
let runIndex: number;
let startTime: number;
let taskData: ITaskData;