mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
Update nonebot_plugin_tetris_stats/games/tos/query.py
Some checks failed
TypeCheck / TypeCheck (push) Has been cancelled
Some checks failed
TypeCheck / TypeCheck (push) Has been cancelled
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -231,6 +231,7 @@ async def get_historical_data(unique_identifier: str) -> list[HistoryData]:
|
|||||||
.order_by(TOSHistoricalData.id.asc())
|
.order_by(TOSHistoricalData.id.asc())
|
||||||
)
|
)
|
||||||
).all()
|
).all()
|
||||||
|
if user_infos:
|
||||||
extra_info = (
|
extra_info = (
|
||||||
await session.scalars(
|
await session.scalars(
|
||||||
select(TOSHistoricalData)
|
select(TOSHistoricalData)
|
||||||
|
|||||||
Reference in New Issue
Block a user