Skip to content

Commit

Permalink
default value for commonevent model
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 9, 2024
1 parent e40f0e7 commit d25bda9
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 @@ -10,10 +10,10 @@ class TimeZone(BaseModel):


class CommonEvent(BaseModel):
userLocale: str
userLocale: str = None
hostApp: str
platform: str
timeZone: TimeZone
timeZone: TimeZone = None
parameters: dict = {}
formInputs: dict = {}

Expand Down

0 comments on commit d25bda9

Please sign in to comment.