mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
➖ Remove not needed dependency
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
"dependencies": {
|
||||
"crypto-js": "^3.1.9-1",
|
||||
"lodash.get": "^4.4.2",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"mmmagic": "^0.5.2",
|
||||
"n8n-workflow": "^0.8.0",
|
||||
"request-promise-native": "^1.0.7"
|
||||
|
||||
@@ -20,8 +20,6 @@ import {
|
||||
NodeExecuteFunctions,
|
||||
} from './';
|
||||
|
||||
import { merge } from 'lodash';
|
||||
|
||||
export class WorkflowExecute {
|
||||
private additionalData: IWorkflowExecuteAdditionalData;
|
||||
private mode: WorkflowExecuteMode;
|
||||
|
||||
Reference in New Issue
Block a user