8000 manually apply 47dafe1659d91431b9fdaa570f19fbf4682c1875 to new tree · Stackdriver/twilio-python@57ffa9d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 57ffa9d

Browse files
committed
manually apply 47dafe1 to new tree
2 parents 13ff004 + 47dafe1 commit 57ffa9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilio/rest/resources/conferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def delete(self, call_sid):
6262
"""
6363
Remove the participant from the given conference
6464
"""
65-
return self._delete(call_sid)
65+
return self.delete_instance(call_sid)
6666

6767
def update(self, sid, **kwargs):
6868
"""

0 commit comments

Comments
 (0)
0