Skip to content

Commit 30f307f

Browse files
AI feedback 13 - address feedback
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 097ef62 commit 30f307f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cla-backend/cla/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def check_auth(request=None, **kwargs):
484484

485485

486486
@hug.exception(cla.auth.AuthError)
487-
def handle_auth_error(exception, response=None, **kwargs):
487+
def handle_auth_error(exception, request=None, response=None, **kwargs):
488488
"""Handles authentication errors"""
489489
response.status = HTTP_401
490490

0 commit comments

Comments
 (0)