mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-05 08:10:30 +00:00
refac
This commit is contained in:
parent
1caf22b5a8
commit
8ed5487693
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue