Update src/lang/modifyAst.ts

Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
This commit is contained in:
Kurt Hutten
2025-02-11 07:52:35 +11:00
committed by GitHub
parent 8f0a40ba6e
commit 22c0003eb1

View File

@ -328,7 +328,6 @@ export function extrudeSketch({
}: {
node: Node<Program>
pathToNode: PathToNode
shouldPipe?: boolean
distance: Expr
extrudeName?: string
artifactGraph: ArtifactGraph