From ff8a9d02fec6fca93311f68cab72169fc6b05609 Mon Sep 17 00:00:00 2001 From: bush Date: Fri, 20 Feb 2015 08:10:04 +1100 Subject: [PATCH] fixed missing , xD --- lib/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.js b/lib/config.js index 366a1098..818e0c57 100644 --- a/lib/config.js +++ b/lib/config.js @@ -53,7 +53,7 @@ var defaults = { enabled: false, /* the key "config" is omitted because the format depends on the service the owner is configuring for nodemailer */ - "from-address": "some.user@gmail.com" + "from-address": "some.user@gmail.com", "from-name": "CyTube Services" }, "youtube-v2-key": "",