diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-10 14:26:42 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-10 14:26:42 +0200 |
commit | 9afa0901f11c321e071c42ba3c814a3af4843c55 (patch) | |
tree | 421e7655c692120c64a65c2656e8ae787b4b228b | |
parent | de64dfbb5bdd5cdeb26bd8bd36935af556e470b4 (diff) | |
download | PeerTube-9afa0901f11c321e071c42ba3c814a3af4843c55.tar.gz PeerTube-9afa0901f11c321e071c42ba3c814a3af4843c55.tar.zst PeerTube-9afa0901f11c321e071c42ba3c814a3af4843c55.zip |
Fix lint for emailer
-rw-r--r-- | server/lib/emailer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
75 | this.transporter = createTransport({ | 75 | this.transporter = createTransport({ |
76 | sendmail: true, | 76 | sendmail: true, |
77 | newline: 'unix', | 77 | newline: 'unix', |
78 | path: CONFIG.SMTP.SENDMAIL, | 78 | path: CONFIG.SMTP.SENDMAIL |
79 | }) | 79 | }) |
80 | } | 80 | } |
81 | } else { | 81 | } else { |