Commit ad7606c
authored
Fix bug in dial action
The dial action should take an array of phone numbers and convert to a string.
Previously, it acted as though the phone numbers is a single string instead of an array of strings.1 parent 77cbabb commit ad7606c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
0 commit comments