fffrontoffice / rules

The governing rules, standards, and regulations of The League.
0 stars 1 forks source link

fix(offseason-bidding): Handle case where a bid loses to a subsequent… #66

Closed fffrontoffice closed 3 years ago

fffrontoffice commented 3 years ago

…ly cancelled bid

Fixes the scenario where a bid loses to a pending bid where the pending bid is eventually cancelled before the player is won. In the spirit of the bidding process, once the higher bid is cancelled, if the original losing bid was the highest active bid for 3 consecutive midnights, the team should win the player.

Fixes #52