Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryTraill committed Nov 7, 2024
1 parent 29116c1 commit 7973196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chronos/pydantic_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ class TCPublicProfileWebhook(BaseModel):
"""

id: int
branch_id: int
deleted: bool
first_name: Optional[str] = None
last_name: Optional[str] = None
Expand Down

0 comments on commit 7973196

Please sign in to comment.