Skip to content

Commit 8c3e0a4

Browse files
chore: revert parameter type change (#24)
1 parent 0f2030e commit 8c3e0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/retroachivements/api/RetroInterface.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ interface RetroInterface {
136136
@POST("/API/API_GetUserProgress.php")
137137
suspend fun getUserProgress(
138138
@Query("u") username: String,
139-
@Query("i") gameId: Long
139+
@Query("i") gameId: String
140140
): NetworkResponse<GetUserProgress.Response, ErrorResponse>
141141

142142
/**

0 commit comments

Comments
 (0)