diff --git a/lib/resources/call.js b/lib/resources/call.js index 77b8601..89bb706 100644 --- a/lib/resources/call.js +++ b/lib/resources/call.js @@ -523,7 +523,7 @@ export class CallInterface extends PlivoResourceInterface { } getQueuedCall() { - return this[queuedCallInterfaceKey].get(id) + return this[queuedCallInterfaceKey].get(id); } }