fix(beatmapset): legacy_thread_url is nullable
This commit is contained in:
@@ -183,7 +183,7 @@ class BeatmapsetResp(BeatmapsetBase):
|
|||||||
discussion_enabled: bool = True
|
discussion_enabled: bool = True
|
||||||
status: str
|
status: str
|
||||||
ranked: int
|
ranked: int
|
||||||
legacy_thread_url: str = ""
|
legacy_thread_url: str | None = ""
|
||||||
is_scoreable: bool
|
is_scoreable: bool
|
||||||
hype: BeatmapHype | None = None
|
hype: BeatmapHype | None = None
|
||||||
availability: BeatmapAvailability
|
availability: BeatmapAvailability
|
||||||
|
|||||||
Reference in New Issue
Block a user