mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
chore: ran linting
This commit is contained in:
parent
b44b4497a6
commit
f1ce17bde4
15 changed files with 285 additions and 338 deletions
|
|
@ -439,7 +439,9 @@ async def list_snapshots_for_search_space(
|
|||
"message_count": len(s.message_ids) if s.message_ids else 0,
|
||||
"thread_id": s.thread_id,
|
||||
"thread_title": thread_titles.get(s.thread_id, "Untitled"),
|
||||
"created_by_user_id": str(s.created_by_user_id) if s.created_by_user_id else None,
|
||||
"created_by_user_id": str(s.created_by_user_id)
|
||||
if s.created_by_user_id
|
||||
else None,
|
||||
}
|
||||
for s in snapshots
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue