good morning!!!!

Skip to content
Snippets Groups Projects
Commit 07883982 authored by Garet Halliday's avatar Garet Halliday
Browse files

fix send json.RawMessage

parent 8c4834a5
No related branches found
No related tags found
1 merge request!24fix send json.RawMessage
Checking pipeline status
......@@ -48,7 +48,7 @@ func (c *streamingRespWriter) Send(v any, e error) (err error) {
}
// only set value if value is not nil
if v != nil {
ce.v = &v
ce.v = v
}
err = c.cr.mu.Acquire(c.ctx, 1)
if err != nil {
......
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