myrates-api-minor-fix
All checks were successful
Deploy on push / deploy (push) Successful in 5s

This commit is contained in:
2024-11-18 22:03:11 +03:00
parent 25f929026f
commit 080ba76684
2 changed files with 3 additions and 3 deletions

View File

@@ -468,7 +468,7 @@ def apply_reaction_filters(by, q):
@query.field("load_reactions_by")
async def load_reactions_by(_, info, by, limit=50, offset=0):
async def load_reactions_by(_, _info, by, limit=50, offset=0):
"""
Load reactions based on specified parameters.