We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f745f commit 3e586bfCopy full SHA for 3e586bf
1 file changed
internal/gateway/proxy/direct.go
@@ -154,7 +154,7 @@ func (cp *ControllerProxy) ValidateEventbus(
154
ctx context.Context, req *proxypb.ValidateEventbusRequest,
155
) (*emptypb.Empty, error) {
156
err := cp.client.Eventbus(ctx, api.WithID(req.EventbusId)).CheckHealth(ctx)
157
- return nil, err
+ return &emptypb.Empty{}, err
158
}
159
160
func authCreateSubscription(_ context.Context, req interface{},
0 commit comments