mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)
This commit is contained in:
@@ -153,8 +153,8 @@
|
||||
$("#node-input-credentials-row").hide();
|
||||
}
|
||||
|
||||
if (this.twilioType == null) {
|
||||
if (this.url == "") {
|
||||
if (this.twilioType === null) {
|
||||
if (this.url === "") {
|
||||
this.twilioType = "call";
|
||||
} else {
|
||||
this.twilioType = "sms";
|
||||
|
Reference in New Issue
Block a user