From: Rigel Kent Date: Fri, 10 Apr 2020 12:26:42 +0000 (+0200) Subject: Fix lint for emailer X-Git-Tag: v2.2.0-rc.1~250 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9afa0901f11c321e071c42ba3c814a3af4843c55;p=oweals%2Fpeertube.git Fix lint for emailer --- diff --git a/server/lib/emailer.ts b/server/lib/emailer.ts index 4c74d1ef6..2c0641f3a 100644 --- a/server/lib/emailer.ts +++ b/server/lib/emailer.ts @@ -75,7 +75,7 @@ class Emailer { this.transporter = createTransport({ sendmail: true, newline: 'unix', - path: CONFIG.SMTP.SENDMAIL, + path: CONFIG.SMTP.SENDMAIL }) } } else {