cached-load-fix
This commit is contained in:
parent
23547546cb
commit
567f41c0c3
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user