diff --git a/common/helpers.py b/common/helpers.py index a9ef36dd..6d4bca15 100644 --- a/common/helpers.py +++ b/common/helpers.py @@ -21,7 +21,7 @@ def requires_session_id(method): :param method: The method for the endpoint :returns a 403, "Forbidden" if a valid session_id is not provided with the request """ - log.info("") + @wraps(method) def wrapper_requires_session(*args, **kwargs):