Closed aqche closed 4 years ago
Noticed one of the json.Unmarshal calls in the UnmarshalJSON function didn't have a check for the returned err value so small PR to add that.
json.Unmarshal
UnmarshalJSON
err
Noticed one of the
json.Unmarshal
calls in theUnmarshalJSON
function didn't have a check for the returnederr
value so small PR to add that.