This commit is contained in:
Untone 2024-10-24 00:01:09 +03:00
parent d9644f901e
commit 9ac533ee73
2 changed files with 3 additions and 3 deletions

View File

@ -314,7 +314,7 @@ def apply_filters(q, filters, author_id=None):
@query.field("get_shout") @query.field("get_shout")
async def get_shout(_, info, slug = "", shout_id = 0): async def get_shout(_, _info, slug="", shout_id=0):
""" """
Получение публикации по slug. Получение публикации по slug.