param-fox

This commit is contained in:
Untone 2023-11-29 14:28:08 +03:00
parent 3454766063
commit ecaa4ffbc5

View File

@ -99,7 +99,6 @@ async def get_shout(_, _info, slug=None, shout_id=None):
reacted_stat, reacted_stat,
commented_stat, commented_stat,
rating_stat, rating_stat,
_last_comment,
] = ( ] = (
session.execute(q).first() or [] session.execute(q).first() or []
) )