Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Scretch9 committed Dec 15, 2023
1 parent d0b0e0d commit 3bc70e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Point/Services/PointService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public override Task<Empty> EstablishPointMachineState(PointMachineStateMessage
throw new InvalidOperationException("Point has only crucial point machines");
}

_point.PointState.PointPosition = request.PointPosition.ConvertToGenericPointPosition();
_point.PointState.PointPosition = request.PointPosition.ConvertToReportedPointPosition();

return Task.FromResult(new Empty());
}
Expand Down

0 comments on commit 3bc70e3

Please sign in to comment.