0.9.20-fix-authors
Some checks failed
Deploy on push / deploy (push) Failing after 2m34s

This commit is contained in:
2025-09-10 10:03:27 +03:00
parent 06d4b64b1f
commit 698e8be638
2 changed files with 10 additions and 3 deletions

View File

@@ -199,9 +199,7 @@ async def get_authors_with_stats(
# vars for statistics sorting
stats_sort_field = None
# НЕ сбрасываем default_sort_applied если он уже установлен для фильтра по топику
if not default_sort_applied:
default_sort_applied = False
default_sort_applied = False
if by:
if "order" in by: