Skip to content

Commit

Permalink
set participant status to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mrashed-dev committed May 17, 2024
1 parent 25d7331 commit f8de576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nylas/models/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Participant:
"""

email: str
status: ParticipantStatus
status: Optional[ParticipantStatus] = None
name: Optional[str] = None
comment: Optional[str] = None
phone_number: Optional[str] = None
Expand Down

0 comments on commit f8de576

Please sign in to comment.