From a0f8353512e45b33c8720d4379ff25136f48b715 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Mon, 9 Jan 2017 13:54:30 -0500 Subject: [PATCH] Fix bug with images json ref (#33) --- models/images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/images.go b/models/images.go index 8e6b515..d68ebc7 100644 --- a/models/images.go +++ b/models/images.go @@ -1,7 +1,7 @@ package models type Images struct { - Size_60x60 Image `60x60` + Size_60x60 Image `json:"60x60"` } type Image struct {