fix: audit

This commit is contained in:
Timothy Jaeryang Baek 2025-12-01 10:59:01 -05:00
parent 21f3411692
commit dba86bc980

View file

@ -194,7 +194,7 @@ class AuditLoggingMiddleware:
auth_header = request.headers.get("Authorization")
try:
user = get_current_user(
user = await get_current_user(
request, None, None, get_http_authorization_cred(auth_header)
)
return user