This commit is contained in:
Timothy Jaeryang Baek
2025-12-26 23:55:00 +04:00
parent d08f9ed556
commit 5f20102b33

View File

@@ -395,7 +395,7 @@ def export_chat_stats(
)
except Exception as e:
log.exception(e)
log.debug(f"Error exporting chat stats: {e}")
raise HTTPException(
status_code=status.HTTP_400_BAD_REQUEST, detail=ERROR_MESSAGES.DEFAULT()
)