Major-League-Summer-Baseball / mlsb-platform

A platform for mlsb
http://mlsb-platform.herokuapp.com/documentation
Apache License 2.0
3 stars 1 forks source link

The for loop was causing filter issue #157

Closed fras2560 closed 2 years ago

fras2560 commented 2 years ago

Once captain had too many games they ran into an issue.

Create a list of game with bats and then filter not in. It should avoid the recursion issue and is working locally.