From e0cba239eafac29796d35c86cc11b0bac336cc69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Thu, 21 Feb 2019 16:45:08 +0100 Subject: [PATCH] Correctly mark purchase_uris json tag as string tag in scryfallSearch struct --- src/github.com/matrix-org/go-neb/services/mtgcard/mtgcard.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`