fix(__init.py__): clean name of resolver for authors search loading
All checks were successful
Deploy on push / deploy (push) Successful in 39s

This commit is contained in:
Stepan Vladovskiy
2025-04-29 19:49:47 -03:00
parent b0296d7747
commit beba1992e9
2 changed files with 3 additions and 3 deletions

View File

@@ -303,7 +303,7 @@ async def load_authors_by(_, _info, by, limit, offset):
@query.field("load_authors_search")
async def load_authors_search_resolver(_, info, text: str, limit: int = 10, offset: int = 0):
async def load_authors_search(_, info, text: str, limit: int = 10, offset: int = 0):
"""
Resolver for searching authors by text. Works with txt-ai search endpony.
Args: