Skip to content

Commit c5701ea

Browse files
committed
fix nodeID param name
1 parent e9e92a0 commit c5701ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/endpoints/info.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ func NewInfoShort(ep *Ydb_Discovery.EndpointInfo) InfoShort {
3232
}
3333
}
3434

35-
func NewInfoShortFromParams(location, address string, nodeId, port uint32) InfoShort {
35+
func NewInfoShortFromParams(location, address string, nodeID, port uint32) InfoShort {
3636
return InfoShort{
37-
NodeID: nodeId,
37+
NodeID: nodeID,
3838
Location: location,
3939
Address: address,
4040
Port: port,

0 commit comments

Comments
 (0)