1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

remove redundant cloneDeep

This commit is contained in:
andz-bb 2023-08-02 09:35:42 +01:00
parent 5f084699d2
commit c372bb9a18

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