Skip to content

Commit

Permalink
add default value for timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 28, 2024
1 parent 9205808 commit c10549a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gapps/cardservice/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@


class TimeZone(BaseModel):
id: str
offset: int
id: str = None
offset: int = None


class CommonEvent(BaseModel):
Expand Down

0 comments on commit c10549a

Please sign in to comment.