danbugs / smithereens

Smithereens is a digested open-source data visualizer tool for your Smash results.
https://smithe.net
GNU Affero General Public License v3.0
2 stars 1 forks source link

players that never changed their prefix where not being added to pidgtm db #13

Closed danbugs closed 2 years ago

danbugs commented 2 years ago

Description of the bug players that never changed their prefix have a value of null for the prefix attribute. Initially, I thought that was an empty string, but that's only the case for players that have changed their prefix to something in the past and then back to nothing. I wasn't handling the case where players have never changed their prefix, and, due to that, a bunch of players were ignored when adding to the db.

To Reproduce n/a

Additional context n/a