Fix lint for emailer

pull/2639/head
Rigel Kent 2020-04-10 14:26:42 +02:00
parent de64dfbb5b
commit 9afa0901f1
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ class Emailer {
this.transporter = createTransport({ this.transporter = createTransport({
sendmail: true, sendmail: true,
newline: 'unix', newline: 'unix',
path: CONFIG.SMTP.SENDMAIL, path: CONFIG.SMTP.SENDMAIL
}) })
} }
} else { } else {