mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-23 10:30:42 +02:00
* 🔨 - Remove `shared` key from execution save data * 👕 - Using import type where needed * remove console.log * 🔨 - Create new clean workflowData instead of removing shared If IWorkflowBase changes in future, TS will error out here ensuring it's kept up to date * 🔨 - use lodash.pick for less verbosity * 🔨 - fix lodash imports