1
0
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:
dceejay 2015-03-31 16:39:00 +01:00
parent 255d708fb6
commit 31b018c80e

View File

@ -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,{