From 7eaff4ea5537c004943d3221eb031858b71134b8 Mon Sep 17 00:00:00 2001 From: baorv Date: Mon, 29 Oct 2018 20:31:24 +0700 Subject: [PATCH] Theme resource fix tag (#27) --- theme.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.go b/theme.go index 2d1072f8..55861e0a 100644 --- a/theme.go +++ b/theme.go @@ -29,7 +29,7 @@ type ThemeServiceOp struct { // Theme represents a Shopify theme type Theme struct { ID int `json:"id"` - Name string `json:"string"` + Name string `json:"name"` Previewable bool `json:"previewable"` Processing bool `json:"processing"` Role string `json:"role"`