We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba190e1 commit 2b4e484Copy full SHA for 2b4e484
1 file changed
src/use-cases/plan/GeneratePlan.ts
@@ -69,7 +69,7 @@ export class GeneratePlan {
69
70
plan.topographic_boundary.legs = backComputationResult.traverse_legs;
71
plan.topographic_boundary.area = backComputationResult.traverse.area;
72
- plan.topographic_setting?.show_mesh = false;
+ plan.topographic_setting!.show_mesh = false;
73
}
74
75
// call python server to generate plan
0 commit comments