Remove not needed dependency

This commit is contained in:
Jan Oberhauser
2019-08-03 11:22:52 +02:00
parent 0cf6ac6b47
commit 64e9b52f88
2 changed files with 0 additions and 3 deletions

View File

@@ -20,8 +20,6 @@ import {
NodeExecuteFunctions,
} from './';
import { merge } from 'lodash';
export class WorkflowExecute {
private additionalData: IWorkflowExecuteAdditionalData;
private mode: WorkflowExecuteMode;