mirror of
https://github.com/donl/plivo-node.git
synced 2026-06-30 06:12:08 -06:00
change check
This commit is contained in:
parent
8ff63ce299
commit
59a5aa7c55
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export function Request(config) {
|
|||
json: true
|
||||
};
|
||||
|
||||
if (typeof (params) != 'undefined') {
|
||||
if (params) {
|
||||
if (params.hasOwnProperty('is_call_insights_request')) {
|
||||
options.url = params.call_insights_base_url + params.call_insights_request_path;
|
||||
delete params.is_call_insights_request;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue