mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-03 12:41:22 +02:00
refac
This commit is contained in:
@@ -2558,7 +2558,7 @@ class ChatTable:
|
||||
file_ids: list[str],
|
||||
user_id: str,
|
||||
db: AsyncSession | None = None,
|
||||
) -> list[ChatFileModel | None]:
|
||||
) -> list[ChatFileModel] | None:
|
||||
if not file_ids:
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user