Henry-Sarabia / igdb

Go client for the Internet Game Database API
https://api.igdb.com/
MIT License
81 stars 17 forks source link

Fix error checking in ReleaseDateService's Get method #82

Closed Henry-Sarabia closed 3 years ago

Henry-Sarabia commented 3 years ago

https://github.com/Henry-Sarabia/igdb/blob/1a22d942c5c79095079c1cfbd38fd207bdaab298/releasedate_test.go#L24-L26 This error should be checked but it is not.

Check the error.

Henry-Sarabia commented 3 years ago

This issue extends to ReleaseDateService's Index and List methods as well.