YCPCS-481-TeamB / BaseballSim

CS481 Group Project
0 stars 0 forks source link

Issue with creating next game_action after changes to backend #57

Closed bfwalton closed 7 years ago

bfwalton commented 7 years ago

Resolved main issue, still issues with strikes counting after refactor

koopaluigi commented 7 years ago

Sometimes when calling the next game action it returns in this error in the json response:

error: invalid input value for enum game_action_type: \"out\"

bfwalton commented 7 years ago

Resolved