⚡ Remove empty strings from variable parsing when possible
This commit is contained in:
@@ -118,7 +118,8 @@ export const executeForgedBlock = async (
|
||||
: undefined
|
||||
|
||||
const parsedOptions = deepParseVariables(
|
||||
state.typebotsQueue[0].typebot.variables
|
||||
state.typebotsQueue[0].typebot.variables,
|
||||
{ removeEmptyStrings: true }
|
||||
)(block.options)
|
||||
await action?.run?.server?.({
|
||||
credentials: credentialsData ?? {},
|
||||
|
||||
Reference in New Issue
Block a user