Skip to content

Commit

Permalink
Remove double signalR update
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Jul 1, 2024
1 parent d37aff3 commit 347193b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/api/Services/RobotService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ public async Task<Robot> UpdateRobotStatus(string robotId, RobotStatus status)
{
var robot = await UpdateRobotProperty(robotId, "Status", status);
ThrowIfRobotIsNull(robot, robotId);
NotifySignalROfUpdatedRobot(robot, robot.CurrentInstallation!);
return robot;
}

Expand Down

0 comments on commit 347193b

Please sign in to comment.