This commit is contained in:
Timothy Jaeryang Baek
2025-12-26 16:59:14 +04:00
parent 39a2b9789c
commit f5c07e317e

View File

@@ -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,