Skip to content

Commit 0c20e92

Browse files
committed
fix: bbs standings route
1 parent d75f22f commit 0c20e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/services/formula1.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ class Formula1 {
683683
.get('server', defaultValue: defaultEndpoint) as String;
684684
var url = Uri.parse(
685685
endpoint != defaultEndpoint
686-
? '$endpoint/f1/v2/fom-results/driverstandings/season=${DateTime.now().year}'
686+
? '$endpoint/f1/v2/fom-results/driverstandings/${DateTime.now().year}'
687687
: '$endpoint/v2/fom-results/driverstandings?season=${DateTime.now().year}',
688688
);
689689
var response = await http.get(

0 commit comments

Comments
 (0)