falling-fruit / falling-fruit-web

Mobile-friendly website for Falling Fruit
https://beta.fallingfruit.org
GNU General Public License v3.0
30 stars 7 forks source link

🔧 Fix handling of types without English common names #329

Closed ezwelty closed 1 year ago

ezwelty commented 1 year ago

The API currently requires that a type have at least either an English common name or a scientific name. However, a type with only the former broke the building of the type tree, resulting is an empty tree. This pull request fixes this issue.