fieldsfix
Some checks failed
deploy / deploy (push) Failing after 1m11s

This commit is contained in:
2023-11-16 18:28:16 +03:00
parent 33b1323630
commit 5c5cd4bf00
4 changed files with 7 additions and 7 deletions

View File

@@ -68,7 +68,7 @@ async def create_chat(_, info, title="", members=None):
return {"chat": chat, "error": "existed"}
chat_id = str(uuid.uuid4())
chat: Chat = {
: Chat = {
"id": chat_id,
"members": members,
"title": title,