⚡ Remove empty strings from variable parsing when possible
This commit is contained in:
@@ -21,7 +21,7 @@ export const getRow = async (
|
||||
const logs: ChatLog[] = []
|
||||
const { variables } = state.typebotsQueue[0].typebot
|
||||
const { sheetId, cellsToExtract, filter, ...parsedOptions } =
|
||||
deepParseVariables(variables)(options)
|
||||
deepParseVariables(variables, { removeEmptyStrings: true })(options)
|
||||
if (!sheetId) return { outgoingEdgeId }
|
||||
|
||||
const doc = await getAuthenticatedGoogleDoc({
|
||||
|
||||
Reference in New Issue
Block a user