fixed missing , xD
This commit is contained in:
parent
407f8930c3
commit
ff8a9d02fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue