merged-isolated-core
Some checks failed
deploy / deploy (push) Failing after 1m46s

This commit is contained in:
2023-10-23 17:47:11 +03:00
parent b675188013
commit bf241a8fbd
56 changed files with 1683 additions and 2784 deletions

View File

@@ -1,6 +1,4 @@
import json
from services.redis import redis
from services.rediscache import redis
async def get_unread_counter(chat_id: str, author_id: int) -> int: