fix: preserve total_count in get_totalstats instead of overwriting with page length (#101)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m57s

Closes #101

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Cal Corum 2026-04-01 18:01:38 -05:00
parent 81baa54681
commit a68e4216d6

View File

@ -281,6 +281,5 @@ async def get_totalstats(
}
)
return_stats["count"] = len(return_stats["stats"])
db.close()
return return_stats