Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcherednik committed Sep 25, 2024
1 parent 12fe8ae commit 1b508c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/conn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ func makeDialOption(overrideHost string) []grpc.DialOption {
if len(overrideHost) != 0 {
dialOption = append(dialOption, grpc.WithAuthority(overrideHost))
}

return dialOption
}

Expand Down

0 comments on commit 1b508c4

Please sign in to comment.