Skip to content

Commit

Permalink
Remove delocalisation on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Jun 20, 2024
1 parent 255792c commit f0841c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/api/EventHandlers/IsarConnectionEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ private async void OnTimeoutEvent(IsarRobotHeartbeatMessage robotHeartbeatMessag
{
await RobotService.UpdateRobotIsarConnected(robot.Id, false);
await RobotService.UpdateCurrentMissionId(robot.Id, null);
await RobotService.UpdateCurrentArea(robot.Id, null);
}
catch (RobotNotFoundException) { return; }
}
Expand Down

0 comments on commit f0841c1

Please sign in to comment.