mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 01:31:51 +01:00
fix usage report pagination
This commit is contained in:
parent
4087292001
commit
467ce4e3f3
@ -66,7 +66,7 @@ def get_all_empty_chat_message_entries(
|
||||
return
|
||||
|
||||
yield message_skeletons
|
||||
initial_id = message_skeletons[-1].message_id
|
||||
initial_id = message_skeletons[-1].chat_session_id
|
||||
|
||||
|
||||
def get_all_usage_reports(db_session: Session) -> list[UsageReportMetadata]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user