From 05360ae1bb3a26aae4bfab557471a250e45d453d Mon Sep 17 00:00:00 2001 From: Manish Chand Kaushik Date: Wed, 5 Sep 2018 15:01:38 +0530 Subject: [PATCH] fix --- lib/resources/call.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }