Skip to content

Commit

Permalink
Update crescendo_config.js
Browse files Browse the repository at this point in the history
Fixed bug where Auto Questions had same code and messed up data
  • Loading branch information
ryanelbert5125gmail authored Apr 5, 2024
1 parent d2fdabf commit 09c573a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024/crescendo_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ var config_data = `
"type": "counter"
},
{ "name": "Auto went <br> Under Stage",
"code": "ade",
"code": "awu",
"type": "bool"
},
{ "name": "Auto went <br> Around Stage",
"code": "ade",
"code": "awa",
"type": "bool"
},
{ "name": "A Center<br>(AMP side)",
Expand Down

0 comments on commit 09c573a

Please sign in to comment.