RiotGames / key-conjurer

Temporary Credential Service
https://technology.riotgames.com/news/key-conjurer-our-policy-least-privilege
Apache License 2.0
167 stars 33 forks source link

add err check for json.Unmarshal call #23

Closed aqche closed 4 years ago

aqche commented 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.