This commit is contained in:
@@ -111,7 +111,7 @@ def load_authors_by(_, _info, by, limit, offset):
|
||||
|
||||
q = q.limit(limit).offset(offset)
|
||||
|
||||
authors = get_authors_with_stat(q, ratings=True)
|
||||
authors = get_authors_with_stat(q, ratings=False)
|
||||
|
||||
return authors
|
||||
|
||||
|
Reference in New Issue
Block a user