ticket #146 attempt 1
DevPlace CI / test (pull_request) Failing after 1h26m26s

This commit is contained in:
Typosaurus
2026-07-27 10:08:16 +00:00
parent 571a0485c5
commit d895de1b47
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -67,6 +67,7 @@ class PollOut(_Out):
class BadgeOut(_Out):
name: Optional[str] = Field(None, alias="badge_name")
icon: Optional[str] = None
created_at: Optional[str] = None
model_config = ConfigDict(populate_by_name=True)