Skip to content

Commit

Permalink
fix: 修复用户收益排行榜数据未校验的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
FHU-yezi committed Dec 18, 2023
1 parent b75bf02 commit 9a1e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jkit/ranking/user_earning.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ async def get_data(self) -> UserEarningRankData:
)
for ranking, item in enumerate(data["users"], start=1)
),
)
)._validate()

0 comments on commit 9a1e009

Please sign in to comment.