mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-29 00:24:39 +01:00
refac
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user