Missed closing brace in email node fix

pull/828/head
dceejay 2015-03-31 16:39:00 +01:00
parent 255d708fb6
commit 31b018c80e
1 changed files with 1 additions and 1 deletions

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