cached-load-fix

This commit is contained in:
Untone 2024-03-12 16:50:14 +03:00
parent 23547546cb
commit 567f41c0c3

View File

@ -147,7 +147,7 @@ async def load_authors_by(_, _info, by, limit, offset):
return authors return authors
return await _load_authors_by(_, _info, by, limit, offset) return await _load_authors_by(None, None, by, limit, offset)