fix: sidebar_categories route (#4237)

chore: add default value to beta attribute
This commit is contained in:
Ítalo Johnny 2024-10-22 12:49:12 -03:00 committed by GitHub
commit 51a420f31a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -361,7 +361,7 @@ class SidebarCategory(BaseModel):
display_name: str
name: str
icon: str
beta: bool
beta: bool = False
class SidebarCategoriesResponse(BaseModel):