remove redundant cloneDeep

This commit is contained in:
andz-bb 2023-08-02 09:35:42 +01:00
parent 5f084699d2
commit c372bb9a18
1 changed files with 0 additions and 3 deletions

View File

@ -109,9 +109,6 @@
const getInputData = (testData, blockInputs) => {
let newInputData = cloneDeep(testData || blockInputs)
if (block.event === "app:trigger" && !newInputData?.fields) {
newInputData = cloneDeep(blockInputs)
}
/**
* TODO - Remove after November 2023