good morning!!!!

Skip to content

fix send json.RawMessage

Garet Halliday requested to merge rawmessage-fix into master

it sets data to a to &any(json.RawMessage), should just set to json.RawMessage if not nil

Merge request reports