1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix email logger typings

This commit is contained in:
Chocobozzz 2021-10-11 14:49:10 +02:00
parent 5ac6449735
commit 40a8c0a4c4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 4 additions and 4 deletions

View file

@ -222,7 +222,7 @@ class Emailer {
sendmail: true,
newline: 'unix',
path: CONFIG.SMTP.SENDMAIL,
logger: bunyanLogger as any
logger: bunyanLogger
})
}