Fix lint for emailer
This commit is contained in:
parent
de64dfbb5b
commit
9afa0901f1
|
@ -75,7 +75,7 @@ class Emailer {
|
|||
this.transporter = createTransport({
|
||||
sendmail: true,
|
||||
newline: 'unix',
|
||||
path: CONFIG.SMTP.SENDMAIL,
|
||||
path: CONFIG.SMTP.SENDMAIL
|
||||
})
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue