fix: preserve total_count in get_totalstats instead of overwriting with page length (#101) #102
@ -281,6 +281,5 @@ async def get_totalstats(
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
return_stats["count"] = len(return_stats["stats"])
|
|
||||||
db.close()
|
db.close()
|
||||||
return return_stats
|
return return_stats
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user