Skip to content

Commit 4e4cff8

Browse files
authored
Merge pull request #28 from marrold/patch-1
Replace ' with " to make example more uniform.
2 parents 2dc0779 + 274da0a commit 4e4cff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voice/connect-an-inbound-call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def answer_call():
1010
"action": "connect",
1111
"from": "NEXMO_NUMBER",
1212
"endpoint": [{
13-
"type": 'phone',
13+
"type": "phone",
1414
"number": "YOUR_SECOND_NUMBER"
1515
}]
1616
}

0 commit comments

Comments
 (0)