mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
fix: invalid type (#771)
This commit is contained in:
@ -78,7 +78,7 @@ const card: Card = {
|
||||
fr: "Un Pokémon brutal armé de canons hydrauliques. Ses puissants jets d'eau sont dévastateurs."
|
||||
},
|
||||
|
||||
retreat: "3"
|
||||
retreat: 3
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user