mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Missed closing brace in email node fix
This commit is contained in:
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 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,{
|
RED.nodes.registerType("e-mail",EmailNode,{
|
||||||
|
Loading…
Reference in New Issue
Block a user