diff --git a/common/routing.go b/common/routing.go index 6ff299533..ec56e1f46 100644 --- a/common/routing.go +++ b/common/routing.go @@ -31,5 +31,5 @@ func URLDecodeVarMap(vars map[string]string) (map[string]string, error) { decodedVars[key] = decoded } - return decodedVars, err + return decodedVars, nil }