From 7c597ba0f0af3c910f2e1c8b5e49e1ffd141bfb4 Mon Sep 17 00:00:00 2001 From: Filipe Torres Date: Sun, 1 Sep 2024 13:14:47 -0300 Subject: [PATCH] Update Card.kt Fixing to the correct name of property from database. --- src/main/kotlin/net/tcgdex/sdk/models/Card.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/net/tcgdex/sdk/models/Card.kt b/src/main/kotlin/net/tcgdex/sdk/models/Card.kt index e209b65..6ffde0e 100644 --- a/src/main/kotlin/net/tcgdex/sdk/models/Card.kt +++ b/src/main/kotlin/net/tcgdex/sdk/models/Card.kt @@ -66,7 +66,7 @@ data class Card internal constructor( /** * the Pokémon Pokédex IDs (multiple if multiple pokémon appears on the card) */ - val dexIDs: List?, + val dexId: List?, /** * HP of the pokemon