diff --git a/src/github.com/matrix-org/go-neb/services/mtgcard/mtgcard.go b/src/github.com/matrix-org/go-neb/services/mtgcard/mtgcard.go index 557e22b..3c02006 100644 --- a/src/github.com/matrix-org/go-neb/services/mtgcard/mtgcard.go +++ b/src/github.com/matrix-org/go-neb/services/mtgcard/mtgcard.go @@ -28,7 +28,7 @@ type scryfallSearch struct { Euro string `json:"eur"` PurchaseURIs struct { Cardmarket string `json:cardmarket` - } `json:purchase_uris` + } `json:"purchase_uris"` ImageURIs struct { Normal string `json:"normal"` Small string `json:"small"`