diff --git a/upload/upload.go b/upload/upload.go index 13f98c6..b40d79d 100644 --- a/upload/upload.go +++ b/upload/upload.go @@ -58,7 +58,7 @@ type Upload struct { Width int `json:"width"` Height int `json:"height"` - State State `json:state"` + State State `json:"state"` Client HTTPClient `json:"-"` }