Skip to content

Commit

Permalink
fix: Fixing property name (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipetfernandes authored Sep 5, 2024
1 parent 89e706f commit b207560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/net/tcgdex/sdk/models/Card.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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<Int>?,
val dexId: List<Int>?,

/**
* HP of the pokemon
Expand Down

0 comments on commit b207560

Please sign in to comment.