Skip to content

Commit

Permalink
minor typefix
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Oct 16, 2024
1 parent 9f156bb commit a88ecfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create-host-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export function createHostConfig(jscad: JSCADModule) {
throw new Error("Subtract must have at least two children")
}

const geometries = children.map((child) =>
const geometries = children.map((child: any) =>
createInstance(
child.type,
child.props,
Expand Down

0 comments on commit a88ecfb

Please sign in to comment.