format+fix
Some checks failed
deploy / deploy (push) Failing after 1m7s

This commit is contained in:
2023-11-14 21:25:55 +03:00
parent 4f3a0dc788
commit 4ecdc08dfc
6 changed files with 20 additions and 21 deletions

View File

@@ -99,4 +99,4 @@ async def delete_chat(_, info, chat_id: str):
await redis.execute("DEL", f"chats/{chat_id}")
await redis.execute("SREM", f"chats_by_author/{author_id}", chat_id)
else:
return {"error": "chat not exist"}
return {"error": "chat not exist"}