Fix lint for emailer
This commit is contained in:
parent
de64dfbb5b
commit
9afa0901f1
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue