Skip to content

Commit

Permalink
Fix for support google wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbespalov committed Sep 20, 2023
1 parent f35380f commit dc92209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netext/grpcext/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func (c *Conn) Invoke(
// rather than the desired:
// {"x":6,"y":4,"z":0}
raw, _ := marshaler.Marshal(resp)
msg := make(map[string]interface{})
var msg interface{}
_ = json.Unmarshal(raw, &msg)
response.Message = msg
}
Expand Down

0 comments on commit dc92209

Please sign in to comment.