node-red-contrib-nexmo
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -38,6 +38,2 @@ const Nexmo = require('nexmo'); | ||
RED.httpAdmin.post('/nexmo-auth/new-voice-app', RED.auth.needsPermission('nexmo.write'), function(req,res){ | ||
var debug = (this.context().global.get('nexmoDebug') | false); | ||
if (debug == true){ | ||
console.log(req.body); | ||
} | ||
const nexmo = new Nexmo({ | ||
@@ -44,0 +40,0 @@ apiKey: req.body.api_key, |
{ | ||
"name": "node-red-contrib-nexmo", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Node Red module for the Nexmo API", | ||
@@ -5,0 +5,0 @@ "main": "ncco.js", |
121306
1215