chore: linting fixes (#19978)
This commit is contained in:
+1
-1
@@ -473,7 +473,7 @@ func startGrpcServer(
|
||||
}
|
||||
|
||||
// if gRPC is enabled, configure gRPC client for gRPC gateway
|
||||
grpcClient, err := grpc.Dial(
|
||||
grpcClient, err := grpc.NewClient(
|
||||
config.Address,
|
||||
grpc.WithTransportCredentials(insecure.NewCredentials()),
|
||||
grpc.WithDefaultCallOptions(
|
||||
|
||||
Reference in New Issue
Block a user