Skip to content

Commit

Permalink
fix: remove redundant property
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Mar 20, 2024
1 parent 96dfa8a commit e12a149
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sinch/domains/voice/models/svaml/actions/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def as_dict(self):

@dataclass
class ConnectConfAction(SinchRequestBaseModel):
destination: Optional[Destination]
conference_id: str
name: str = "connectConf"
conference_dtmf_options: Optional[ConferenceDTMFOptions] = None
Expand Down

0 comments on commit e12a149

Please sign in to comment.