Skip to content

Commit

Permalink
missing value
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-nm committed Jan 14, 2025
1 parent f18c699 commit f4d177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/helpers/QRCodeHelper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class QrcodeHelper {
return computeValues([
parseString(OptionConstants.availableDriverstations
.indexOf(SettingValues.selectedDriverStation.text)
.toString()) // index: 66
.toString()) // index: 75
]);
}

Expand Down

0 comments on commit f4d177a

Please sign in to comment.