Skip to content

Commit d03990b

Browse files
authored
chore: change Long to Int type for field consoleId for consistency in GetUserRecentlyPlayedGames.kt (#19)
1 parent f4221df commit d03990b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class GetUserRecentlyPlayedGames {
1010
val gameId: Long,
1111

1212
@SerializedName("ConsoleID")
13-
val consoleId: Long,
13+
val consoleId: Int,
1414

1515
@SerializedName("ConsoleName")
1616
val consoleName: String,

0 commit comments

Comments
 (0)