Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
  • Loading branch information
komarevtsev-d committed Sep 26, 2024
1 parent 6c67450 commit 723ac1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void TDiskRegistryActor::HandleGetAgentNodeId(
return;
}

auto* info = AgentRegInfo.FindPtr(agent->GetAgentId());
const auto* info = AgentRegInfo.FindPtr(agent->GetAgentId());
const bool connected = info && info->Connected;

response->Record.SetNodeId(agent->GetNodeId());
Expand Down

0 comments on commit 723ac1c

Please sign in to comment.