fix-chat-id
All checks were successful
deploy / deploy (push) Successful in 1m14s

This commit is contained in:
2023-11-17 08:00:57 +03:00
parent 5c5cd4bf00
commit 31a8536d27
3 changed files with 3 additions and 3 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,