diff --git a/api/api.go b/api/api.go index e6c3c67..4c35bb1 100644 --- a/api/api.go +++ b/api/api.go @@ -102,7 +102,6 @@ func (a *API) SizeHandler(w http.ResponseWriter, r *http.Request) { if width == 0 && height == 0 { width = normalSize - height = normalSize } if a.opt.CacheFiles {