From b207560670794075f1a3a7cd3858ddda9161138c Mon Sep 17 00:00:00 2001 From: Filipe Torres Date: Thu, 5 Sep 2024 11:08:06 -0300 Subject: [PATCH] fix: Fixing property name (#42) --- 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