diff --git a/src/github.com/matrix-org/go-neb/services/imgur/imgur.go b/src/github.com/matrix-org/go-neb/services/imgur/imgur.go index 009c26c..352538b 100644 --- a/src/github.com/matrix-org/go-neb/services/imgur/imgur.go +++ b/src/github.com/matrix-org/go-neb/services/imgur/imgur.go @@ -88,7 +88,7 @@ type imgurGalleryAlbum struct { } type imgurSearchResponse struct { - Data []json.RawMessage `json:"data"` + Data []json.RawMessage `json:"data"` // Data temporarily stored as RawMessage objects, as it can contain a mix of imgurGalleryImage and imgurGalleryAlbum objects Success *bool `json:"success"` // Request completed successfully Status int `json:"status"` // HTTP response code }