mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-29 06:12:39 -06:00
fix
This commit is contained in:
parent
76ce209276
commit
05360ae1bb
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ export class CallInterface extends PlivoResourceInterface {
|
|||
}
|
||||
|
||||
getQueuedCall() {
|
||||
return this[queuedCallInterfaceKey].get(id)
|
||||
return this[queuedCallInterfaceKey].get(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue