Fix problem with uploads rest endpoint

This commit is contained in:
Justin Hawkins 2021-10-11 22:47:43 +10:30
parent 6ad242e063
commit b9cacf6d33

View File

@ -51,7 +51,7 @@ type Upload struct {
Width int `json:"width"`
Height int `json:"height"`
Client HTTPClient
Client HTTPClient `json:"-"`
}
func NewUploader() *Uploader {