Skip to content

Commit b6c007e

Browse files
icecrasher321claude
andcommitted
fix(api): drop the block-data error flag from the workflow contract
Left behind by the consolidation: the flag no longer lives in `data`, and a schema that still declares it there invites the mirror back through the wire. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 701d23c commit b6c007e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/sim/lib/api/contracts/workflows.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ const workflowBlockDataSchema = z.object({
4141
batchSize: z.number().optional(),
4242
type: z.string().optional(),
4343
canonicalModes: z.record(z.string(), z.enum(['basic', 'advanced'])).optional(),
44-
errorEnabled: z.boolean().optional(),
4544
})
4645

4746
const workflowSubBlockStateSchema = z.object({

0 commit comments

Comments
 (0)