Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Sep 24, 2024
1 parent 96bcc55 commit a0fc8d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions robot/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1078,9 +1078,6 @@ func (rc *RobotClient) MachineStatus(ctx context.Context) (robot.MachineStatus,

rc.mu.Lock()
defer rc.mu.Unlock()

// TODO: cache errors related to fetching cached machine status and
// return here?
return rc.cachedMachineStatus, nil
}

Expand Down

0 comments on commit a0fc8d8

Please sign in to comment.