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:
@@ -145,7 +145,7 @@
|
||||
password: {type: "password"}
|
||||
},
|
||||
label: function() {
|
||||
if (this.service == "") {
|
||||
if (this.service === "") {
|
||||
this.service = "localhost";
|
||||
}
|
||||
return (this.clientid ? this.clientid + "@" : "") + this.service;
|
||||
|
Reference in New Issue
Block a user