Fix lint for emailer
This commit is contained in:
parent
de64dfbb5b
commit
9afa0901f1
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class Emailer {
|
|||
this.transporter = createTransport({
|
||||
sendmail: true,
|
||||
newline: 'unix',
|
||||
path: CONFIG.SMTP.SENDMAIL,
|
||||
path: CONFIG.SMTP.SENDMAIL
|
||||
})
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue