From f5c07e317e473a524ef907f768856fa6444998a3 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 26 Dec 2025 16:59:14 +0400 Subject: [PATCH] refac --- backend/open_webui/routers/chats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/routers/chats.py b/backend/open_webui/routers/chats.py index 13bae42b21..68adf6b548 100644 --- a/backend/open_webui/routers/chats.py +++ b/backend/open_webui/routers/chats.py @@ -210,7 +210,7 @@ class ChatStatsExportList(BaseModel): @router.get("/stats/export", response_model=ChatStatsExportList) -async def export_chat_stats( +def export_chat_stats( request: Request, chat_id: Optional[str] = None, start_time: Optional[int] = None,