This commit is contained in:
Justin Hawkins 2021-11-02 22:10:47 +10:30
parent 726ae9a5aa
commit 5adf81fcf6

View File

@ -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:"-"`
}