Fix problem with uploads rest endpoint
This commit is contained in:
parent
6ad242e063
commit
b9cacf6d33
@ -51,7 +51,7 @@ type Upload struct {
|
||||
Width int `json:"width"`
|
||||
Height int `json:"height"`
|
||||
|
||||
Client HTTPClient
|
||||
Client HTTPClient `json:"-"`
|
||||
}
|
||||
|
||||
func NewUploader() *Uploader {
|
||||
|
Loading…
x
Reference in New Issue
Block a user