fix-fix
This commit is contained in:
parent
cf852d01dd
commit
e8cacac1f8
|
@ -262,7 +262,7 @@ async def load_reactions_by(_, info, by, limit=50, offset=0):
|
||||||
).where(
|
).where(
|
||||||
Reaction.deletedAt.is_(None)
|
Reaction.deletedAt.is_(None)
|
||||||
)
|
)
|
||||||
q = prepare_reactions(q, by, user)
|
q = prepare_reactions(q, by)
|
||||||
q = q.limit(limit).offset(offset)
|
q = q.limit(limit).offset(offset)
|
||||||
|
|
||||||
rrr = []
|
rrr = []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user