We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c25ed32 commit 483cfabCopy full SHA for 483cfab
pdl-live-react/src/pdl_ast_utils.ts
@@ -74,9 +74,7 @@ export function map_block_children(
74
: undefined
75
// @ts-expect-error: f_expr does not preserve the type of the expression
76
const backend: Backend = f_expr(block.backend)
77
- const processor = block.processor
78
- ? f_expr(block.processor)
79
- : undefined
+ const processor = block.processor ? f_expr(block.processor) : undefined
80
return {
81
...block,
82
model,
0 commit comments