Skip to content

Commit 8fe317b

Browse files
authored
chore: Fixed "type" field capitalization for GetGameInfoAndUserProgress
The "type" variable of the GetGameInfoAndUserProgress class was cased incorrectly for the API, always returning null.
1 parent 1186ed4 commit 8fe317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/retroachivements/api/data/pojo/game/GetGameInfoAndUserProgress.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class GetGameInfoAndUserProgress {
132132
@SerializedName("MemAddr")
133133
val memAddr: String,
134134

135-
@SerializedName("Type")
135+
@SerializedName("type")
136136
val type: String?,
137137

138138
@SerializedName("DateEarnedHardcore")

0 commit comments

Comments
 (0)