chore: linting fixes (#19978)

This commit is contained in:
Marko
2024-04-08 18:12:10 +00:00
committed by GitHub
parent e5b0e0e4b2
commit b2835eb78b
11 changed files with 15 additions and 38 deletions
+1 -1
View File
@@ -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(