mirror of https://github.com/node-red/node-red.git
Missed closing brace in email node fix
parent
255d708fb6
commit
31b018c80e
|
@ -104,7 +104,7 @@ module.exports = function(RED) {
|
|||
}
|
||||
else { node.warn("No Email credentials found. See info panel."); }
|
||||
}
|
||||
else { node.warn("No payload to send");
|
||||
else { node.warn("No payload to send"); }
|
||||
});
|
||||
}
|
||||
RED.nodes.registerType("e-mail",EmailNode,{
|
||||
|
|
Loading…
Reference in New Issue