Skip to content

Commit

Permalink
Fix bug with images json ref (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano authored Jan 9, 2017
1 parent bc63b37 commit a0f8353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/images.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package models

type Images struct {
Size_60x60 Image `60x60`
Size_60x60 Image `json:"60x60"`
}

type Image struct {
Expand Down

0 comments on commit a0f8353

Please sign in to comment.