fix: typos

This commit is contained in:
omahs
2025-05-05 14:14:59 +02:00
committed by GitHub
parent 852d9dcbe9
commit 863f227be9
58 changed files with 60 additions and 60 deletions

View File

@@ -436,7 +436,7 @@ class ChatTable:
all_chats = query.all()
# result has to be destrctured from sqlalchemy `row` and mapped to a dict since the `ChatModel`is not the returned dataclass.
# result has to be destructured from sqlalchemy `row` and mapped to a dict since the `ChatModel`is not the returned dataclass.
return [
ChatTitleIdResponse.model_validate(
{