mirror of
https://github.com/open-webui/open-webui.git
synced 2026-01-02 06:35:20 +00:00
refac
This commit is contained in:
parent
d08f9ed556
commit
5f20102b33
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue