Skip to content

Commit 2b4e484

Browse files
committed
main
1 parent ba190e1 commit 2b4e484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/use-cases/plan/GeneratePlan.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class GeneratePlan {
6969

7070
plan.topographic_boundary.legs = backComputationResult.traverse_legs;
7171
plan.topographic_boundary.area = backComputationResult.traverse.area;
72-
plan.topographic_setting?.show_mesh = false;
72+
plan.topographic_setting!.show_mesh = false;
7373
}
7474

7575
// call python server to generate plan

0 commit comments

Comments
 (0)