This commit is contained in:
Timothy Jaeryang Baek
2026-08-31 00:41:11 -04:00
parent 1caf22b5a8
commit 8ed5487693

View File

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