node-red-contrib-wazo-platform
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -20,3 +20,3 @@ module.exports = function (RED) { | ||
try { | ||
const callNode = await node.client.addCallNodes(application_uuid, node.node_uuid, call_id); | ||
const callNode = await node.client.addCallNodes(application_uuid, node_uuid, call_id); | ||
node.log(`Add call to existing node ${node.node_uuid}`); | ||
@@ -23,0 +23,0 @@ msg.payload.call_id = call_id; |
{ | ||
"name": "node-red-contrib-wazo-platform", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Node Red module for the Wazo Platform API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
870171