fix(stf): fix router.InvokeTyped reflection usage (#20741)
This commit is contained in:
@@ -160,7 +160,7 @@ func (r Router) InvokeTyped(ctx context.Context, req, resp protoiface.MessageV1)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
merge(resp, handlerResp)
|
||||
merge(handlerResp, resp)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user