This commit is contained in:
Mawoka
2026-03-25 21:18:09 +01:00
parent 7acad46e44
commit 35d2a3103c
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -138,8 +138,8 @@ class _Question(BaseModel):
type: str
question: str
time: int
points: bool
pointsMultiplier: int
points: bool | None = None
pointsMultiplier: int | None = None
choices: list[_Choice]
image: str | None = None
imageMetadata: _ImageMetadata | None = None