Skip to content

Commit 7a44c0d

Browse files
🐛 修 s1 没打的爆炸
1 parent 4155d8e commit 7a44c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries

nonebot_plugin_tetris_stats/games/tetrio/api/schemas/summaries/league.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class PastInner(BaseModel):
2626

2727

2828
class Past(BaseModel):
29-
first: PastInner = Field(..., alias='1')
29+
first: PastInner | None = Field(default=None, alias='1')
3030

3131

3232
class BaseData(BaseModel):

0 commit comments

Comments
 (0)