We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75f22f commit 0c20e92Copy full SHA for 0c20e92
lib/api/services/formula1.dart
@@ -683,7 +683,7 @@ class Formula1 {
683
.get('server', defaultValue: defaultEndpoint) as String;
684
var url = Uri.parse(
685
endpoint != defaultEndpoint
686
- ? '$endpoint/f1/v2/fom-results/driverstandings/season=${DateTime.now().year}'
+ ? '$endpoint/f1/v2/fom-results/driverstandings/${DateTime.now().year}'
687
: '$endpoint/v2/fom-results/driverstandings?season=${DateTime.now().year}',
688
);
689
var response = await http.get(
0 commit comments