Skip to content

Commit a422f98

Browse files
authored
chore: add missing "User" variable to GetUserSummary Request
1 parent 0274e84 commit a422f98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/kotlin/org/retroachivements/api/data/pojo/user/GetUserSummary.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import com.google.gson.annotations.SerializedName
55
class GetUserSummary {
66

77
data class Response(
8+
@SerializedName("User")
9+
val user: String,
10+
811
@SerializedName("RecentlyPlayedCount")
912
val recentlyPlayedCount: Long,
1013

0 commit comments

Comments
 (0)