Hardcode filter logic for locating cards

This commit is contained in:
The Magician 2024-09-12 13:32:42 +01:00
parent c68acb53c8
commit 178f92e63a
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ func MainCliLoop(db *sql.DB) {
// TODO: Make these do something and add the ability to modify them
var locateSearchCriteria logic.SearchCriteria = logic.SearchCriteria{
SetCode: "",
Foil: logic.True,
Foil: logic.Either,
Promo: logic.Either,
Language: "en",
}