good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit 133a7d21 authored by a's avatar a
Browse files

fix subs

parent 0225bc58
No related branches found
No related tags found
No related merge requests found
Pipeline #25940 failed
......@@ -231,7 +231,7 @@ func (c *callResponder) notify(ctx context.Context, env *notifyEnv) error {
if err != nil {
msg.Error = err
} else {
msg.Result = buf.Bytes()
msg.Params = buf.Bytes()
}
msg.ExtraFields = env.extra
// add the method
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment