Skip to content

Commit

Permalink
sealedev: Let the default condition take precedence
Browse files Browse the repository at this point in the history
INDEX is more of a representation group, and not documented in the
list of accepted grades.
  • Loading branch information
kodawah committed May 22, 2024
1 parent 94d9014 commit 7613a0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sealedev/sealedev.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ func (ss *SealedEVScraper) runEV(uuid string) ([]result, []string) {
}

res.buyEntry = &mtgban.BuylistEntry{
Conditions: "INDEX",
BuyPrice: price,
TradePrice: price * 1.3,
URL: link,
Expand All @@ -368,7 +367,6 @@ func (ss *SealedEVScraper) runEV(uuid string) ([]result, []string) {
}

res.invEntry = &mtgban.InventoryEntry{
Conditions: "INDEX",
Price: price,
SellerName: evParameters[i].Name,
URL: link,
Expand Down

0 comments on commit 7613a0d

Please sign in to comment.