fixed missing , xD

This commit is contained in:
bush 2015-02-20 08:10:04 +11:00
parent 407f8930c3
commit ff8a9d02fe
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ var defaults = {
enabled: false, enabled: false,
/* the key "config" is omitted because the format depends on the /* the key "config" is omitted because the format depends on the
service the owner is configuring for nodemailer */ service the owner is configuring for nodemailer */
"from-address": "some.user@gmail.com" "from-address": "some.user@gmail.com",
"from-name": "CyTube Services" "from-name": "CyTube Services"
}, },
"youtube-v2-key": "", "youtube-v2-key": "",