cheshire137 / competiwatch

Web app to track and visualize your competitive match history in Overwatch.
MIT License
17 stars 4 forks source link

Update prior_match when a match is deleted #75

Closed cheshire137 closed 6 years ago

cheshire137 commented 6 years ago

Addresses what I found in https://github.com/cheshire137/competiwatch/issues/69#issuecomment-373958756. Say you have match1 -> match2 -> match3. If you delete match2, now match3's prior match will be updated to match1, instead of still pointing at the now-deleted match2.