fix(statistics): fix rank_history use country rank
This commit is contained in:
@@ -163,6 +163,7 @@ async def get_rank(
|
||||
if rank is None:
|
||||
return None
|
||||
|
||||
if country is None:
|
||||
today = datetime.now(UTC).date()
|
||||
rank_history = (
|
||||
await session.exec(
|
||||
|
||||
Reference in New Issue
Block a user