mirror of https://github.com/calzoneman/sync.git
fixed missing , xD
This commit is contained in:
parent
407f8930c3
commit
ff8a9d02fe
|
@ -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": "",
|
||||
|
|
Loading…
Reference in New Issue