Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Mar 15, 2024
1 parent 29997e9 commit 90a9537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinch/domains/voice/models/svaml/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ContinueAction(SinchRequestBaseModel):


@dataclass
class ConnectPtsnAction(SinchRequestBaseModel):
class ConnectPstnAction(SinchRequestBaseModel):
name: str = "connectPstn"
number: Optional[str] = None
locale: Optional[str] = None
Expand Down

0 comments on commit 90a9537

Please sign in to comment.