stat-fix-8
This commit is contained in:
parent
a3294de4dc
commit
a6df648af1
|
@ -133,7 +133,7 @@ async def load_shouts_by(_, info, options):
|
|||
"""
|
||||
|
||||
q = (
|
||||
select(Shout)
|
||||
select(Shout, Author)
|
||||
.options(
|
||||
joinedload(Shout.authors),
|
||||
joinedload(Shout.topics),
|
||||
|
|
Loading…
Reference in New Issue
Block a user