gbdev / homebrewhub

A digital repository of of homebrews, patches, hackroms for old consoles. Provides community submission, tagging and rating features.
https://hh.gbdev.io
GNU General Public License v3.0
44 stars 9 forks source link

Ignore broken entries instead of 500ing #94

Open avivace opened 1 year ago

avivace commented 1 year ago

If an entry doesn't exist anymore on the filesystem (but it's returned by a query on psql, coming from a situation like https://github.com/gbdev/homebrewhub/issues/93), it should be ignored and removed from the returned results, instead of making the API call return a server error.