debug-stat
All checks were successful
Deploy on push / deploy (push) Successful in 1m21s

This commit is contained in:
2024-02-25 09:48:16 +03:00
parent d58bbe3499
commit b2357e0afb
3 changed files with 3 additions and 1 deletions

View File

@@ -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