debug-follow

This commit is contained in:
2024-03-11 11:16:12 +03:00
parent 94be60304e
commit 20cc14adc6
5 changed files with 14 additions and 22 deletions

View File

@@ -31,6 +31,7 @@ from services.rediscache import redis
@login_required
async def follow(_, info, what, slug):
follows = None
logger.debug(info.context['request'])
try:
user_id = info.context['user_id']
follower_query = (