mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Apply consistent style to node-red-nodes
(not updating npm for this yet - just whitespace)
This commit is contained in:
@@ -73,7 +73,7 @@ module.exports = function(RED) {
|
||||
try {
|
||||
// decide if we are to Send SMS
|
||||
var tonum = node.number || msg.topic;
|
||||
if( this.twilioType == "call" ) {
|
||||
if ( this.twilioType == "call" ) {
|
||||
// Make a call
|
||||
var twimlurl = node.url || msg.payload;
|
||||
node.twilioClient.makeCall( {to: tonum, from: node.fromNumber, url: twimlurl}, function(err, response) {
|
||||
|
Reference in New Issue
Block a user