ajhyndman / fire-emblem-working-title

A fledgling project wrangling Fire Emblem: Heroes stats
25 stars 6 forks source link

Add an additional table join when fetching hero information #129

Closed carsomyr closed 6 years ago

carsomyr commented 6 years ago

This frivolous-looking change has the effect of ensuring that in-program join with heroBaseStatsByNameAndRarity will succeed.

ajhyndman commented 6 years ago

Cargo's API is a bit fiddly, isn't it?

carsomyr commented 6 years ago

@ajhyndman It wasn't so much an API problem as a hero with a page but without base stats. This results in an undefined problem when the hero page parser starts looking in heroBaseStatsByNameAndRarity.

ajhyndman commented 6 years ago

Ooh.. clever find. Nice!