Remove uneeded return
This commit is contained in:
@ -772,7 +772,7 @@ export const modelingMachine = setup({
|
|||||||
engineCommandManager.artifactGraph,
|
engineCommandManager.artifactGraph,
|
||||||
selection.graphSelections[0]?.artifact
|
selection.graphSelections[0]?.artifact
|
||||||
)
|
)
|
||||||
if (trap(revolveSketchRes)) return new Error('yo bad revolve')
|
if (trap(revolveSketchRes)) return
|
||||||
const { modifiedAst, pathToRevolveArg } = revolveSketchRes
|
const { modifiedAst, pathToRevolveArg } = revolveSketchRes
|
||||||
|
|
||||||
const updatedAst = await kclManager.updateAst(modifiedAst, true, {
|
const updatedAst = await kclManager.updateAst(modifiedAst, true, {
|
||||||
|
|||||||
Reference in New Issue
Block a user