diff --git a/app/rest/common/http_errors.go b/app/rest/common/http_errors.go index 5854957b..0f9b67f1 100644 --- a/app/rest/common/http_errors.go +++ b/app/rest/common/http_errors.go @@ -29,7 +29,7 @@ func logDetails(r *http.Request, code int, err error, details string) { } q := r.URL.String() - if qun, err := url.QueryUnescape(q); err == nil { + if qun, е := url.QueryUnescape(q); е == nil { q = qun }