Skip to content

Commit

Permalink
minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Aug 22, 2024
1 parent f3afe6d commit c3a5e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


async def retrieve_user_from_session(
session: dict[str, Any], req: ASGIConnection[Any, Any, Any, Any]
session: dict[str, Any], _: ASGIConnection[Any, Any, Any, Any]
) -> User | None:
try:
return __user_from_session(session)
Expand Down

0 comments on commit c3a5e96

Please sign in to comment.