Remove usage of deleted setting after merge

This commit is contained in:
Joe Kralicky 2024-10-08 14:39:44 -04:00
parent 920f75f7e2
commit 3956cbddfd
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79
2 changed files with 1 additions and 2 deletions

View file

@ -1615,7 +1615,6 @@ func (o *Options) ToProto() *config.Config {
copySrcToOptionalDest(&settings.GrpcAddress, &o.GRPCAddr)
settings.GrpcInsecure = o.GRPCInsecure
copyOptionalDuration(&settings.GrpcClientTimeout, o.GRPCClientTimeout)
copySrcToOptionalDest(&settings.GrpcClientDnsRoundrobin, &o.GRPCClientDNSRoundRobin)
settings.DatabrokerServiceUrls = o.DataBrokerURLStrings
copySrcToOptionalDest(&settings.DatabrokerInternalServiceUrl, &o.DataBrokerInternalURLString)
copySrcToOptionalDest(&settings.DatabrokerStorageType, &o.DataBrokerStorageType)