stat-fix-8

This commit is contained in:
Untone 2023-12-03 00:29:57 +03:00
parent a3294de4dc
commit a6df648af1

View File

@ -133,7 +133,7 @@ async def load_shouts_by(_, info, options):
"""
q = (
select(Shout)
select(Shout, Author)
.options(
joinedload(Shout.authors),
joinedload(Shout.topics),