Skip to content

Commit 45911fd

Browse files
committed
Fix match API 'sport' query parameter
1 parent b5d7801 commit 45911fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: core/src/main/kotlin/dev/ricknout/rugbyranker/core/api/WorldRugbyService.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface WorldRugbyService {
1414

1515
@GET("rugby/v3/match")
1616
suspend fun getMatches(
17-
@Query("sports") sports: String,
17+
@Query("sport") sport: String,
1818
@Query("states") states: String,
1919
@Query("startDate") startDate: String?,
2020
@Query("endDate") endDate: String?,

0 commit comments

Comments
 (0)