follow-fmr
All checks were successful
Deploy on push / deploy (push) Successful in 22s

This commit is contained in:
2024-05-01 04:01:21 +03:00
parent c68322e550
commit dc9c66c00f
2 changed files with 8 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ def login_required(f):
info.context["roles"] = user_roles
author = await get_author_by_user(user_id)
if not author:
logger.error(f'author profile not found for user {user_id}')
logger.error(f"author profile not found for user {user_id}")
info.context["author"] = author
return await f(*args, **kwargs)