From 31b018c80e8367f2f19800f254413e2cf38c3a3b Mon Sep 17 00:00:00 2001 From: dceejay Date: Tue, 31 Mar 2015 16:39:00 +0100 Subject: [PATCH] Missed closing brace in email node fix --- nodes/core/social/61-email.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/core/social/61-email.js b/nodes/core/social/61-email.js index b60ac60f7..1aad5b296 100644 --- a/nodes/core/social/61-email.js +++ b/nodes/core/social/61-email.js @@ -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,{