This commit is contained in:
Manish Chand Kaushik 2018-09-05 15:01:38 +05:30
parent 76ce209276
commit 05360ae1bb

View file

@ -523,7 +523,7 @@ export class CallInterface extends PlivoResourceInterface {
}
getQueuedCall() {
return this[queuedCallInterfaceKey].get(id)
return this[queuedCallInterfaceKey].get(id);
}
}