kadamwhite / mbtawesome

An MBTA subway status application with a good attitude
http://www.mbtawesome.com
MIT License
11 stars 0 forks source link

Remove empty alerts arrays from API response (fixes #33) #34

Closed kadamwhite closed 9 years ago

kadamwhite commented 9 years ago

The alerts endpoint was failing because the API was returning empty alerts arrays, which lead to undefined values unless we filter our flattened array.