From b9cacf6d33a9c812fa775796eaf72dd472404fd5 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Mon, 11 Oct 2021 22:47:43 +1030 Subject: [PATCH] Fix problem with uploads rest endpoint --- upload/upload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/upload.go b/upload/upload.go index 1b2a79d..12ff4a5 100644 --- a/upload/upload.go +++ b/upload/upload.go @@ -51,7 +51,7 @@ type Upload struct { Width int `json:"width"` Height int `json:"height"` - Client HTTPClient + Client HTTPClient `json:"-"` } func NewUploader() *Uploader {