Skip to content

Commit fb8f541

Browse files
committed
removed unnessary func
1 parent 654d66e commit fb8f541

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/helm-app/gRPC/applicationClient.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ func (impl *HelmAppClientImpl) getConnection() (*grpc.ClientConn, error) {
9494
var opts []grpc.DialOption
9595
ctx, _ := context.WithTimeout(context.Background(), 10*time.Second)
9696
opts = append(opts,
97-
grpc.WithDefaultCallOptions(),
98-
grpc.WithDefaultCallOptions(),
9997
grpc.WithUnaryInterceptor(otelgrpc.UnaryClientInterceptor()),
10098
grpc.WithStreamInterceptor(otelgrpc.StreamClientInterceptor()),
10199
grpc.WithBlock(),

0 commit comments

Comments
 (0)