You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating the database for the cards, energy, power and comboPower are added as a string instead of being a number. This is a blocker for future updates where we can search by a laxer search for numbers (i.e. search all cards that have 3 or less energy).
Acceptance criteria:
energy should be a number on the json.
power should be a number on the json.
comboPower should be a number on the json.
The text was updated successfully, but these errors were encountered:
When updating the database for the cards,
energy
,power
andcomboPower
are added as astring
instead of being anumber
. This is a blocker for future updates where we can search by a laxer search for numbers (i.e. search all cards that have 3 or less energy).Acceptance criteria:
energy
should be a number on thejson
.power
should be a number on thejson
.comboPower
should be a number on thejson
.The text was updated successfully, but these errors were encountered: