Skip to content

Commit 7f11ee8

Browse files
Update bandwidth/model/bxml/verbs/forward.py
Co-authored-by: AJ Rice <[email protected]>
1 parent 02db8cb commit 7f11ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandwidth/model/bxml/verbs/forward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
This value, including the encoding specifier, may not exceed 256 characters.
4848
"""
4949
self.to = to
50-
self.from_ = from_
50+
self._from = _from
5151
self.call_timeout = call_timeout
5252
self.diversion_treatment = diversion_treatment
5353
self.diversion_reason = diversion_reason

0 commit comments

Comments
 (0)