Merge pull request 'fix: preserve total_count in get_totalstats instead of overwriting with page length (#101)' (#102) from issue/101-fieldingstats-get-totalstats-total-count-overwritt into main
This commit is contained in:
commit
5b19bd486a
@ -276,5 +276,4 @@ async def get_totalstats(
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
return_stats["count"] = len(return_stats["stats"])
|
|
||||||
return return_stats
|
return return_stats
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user