timbiles / Breaking-Bad--API

The only API for the greatest show on television, Breaking Bad.
https://www.breakingbadapi.com/
BSD 3-Clause "New" or "Revised" License
143 stars 28 forks source link

Episode with "episode_id": "7" has the value of property "season": " 1" instead of "1". #46

Closed edustef closed 3 years ago

edustef commented 3 years ago

Found out the value of property season of episode_id: 7 has a space in front of it. Found this out when I tried to group episodes by id and it was grouped alone in a " 1" key. I fixed it with a trim() but still letting you know.

image

timbiles commented 3 years ago

@edustef Wow, great catch! I'll make that change now.