4 lines
112 B
Python
4 lines
112 B
Python
# Placeholder for audit logic
|
|
async def log_audit_event(event_type: str, user_id: str, details: dict):
|
|
pass
|