Skip to content

Commit

Permalink
fix: recursion error
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Dec 18, 2024
1 parent a94048e commit c746095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinch/core/clients/sinch_client_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def _set_sms_domain(self, domain):
self._set_sms_origin()

def _get_sms_domain(self):
return self.sms_domain
return self._sms_domain

sms_domain = property(
_get_sms_domain,
Expand Down

0 comments on commit c746095

Please sign in to comment.