From 5adf81fcf6789d0ae9089d97854638b0d916840e Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 2 Nov 2021 22:10:47 +1030 Subject: [PATCH] Fix typo --- upload/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:"-"` }