Skip to content

Commit

Permalink
Theme resource fix tag (bold-commerce#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
baorv authored and dbertouille committed Oct 29, 2018
1 parent e714274 commit 7eaff4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 7eaff4e

Please sign in to comment.