We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9795c42 commit b2c6df2Copy full SHA for b2c6df2
1 file changed
apps/sim/lib/workflows/sanitization/subblocks.ts
@@ -97,7 +97,7 @@ export function sanitizeMalformedSubBlocks(
97
: null
98
99
const repairedMetadata = id !== subBlock.id || type !== subBlock.type
100
- const normalizedValue = value !== subBlock.value
+ const normalizedValue = hasValue && value !== subBlock.value
101
102
if (repairedMetadata) {
103
logger.warn('Repairing malformed subBlock metadata', { blockId: block.id, subBlockId })
0 commit comments