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:
parent
5ac6449735
commit
40a8c0a4c4
2 changed files with 4 additions and 4 deletions
|
@ -222,7 +222,7 @@ class Emailer {
|
|||
sendmail: true,
|
||||
newline: 'unix',
|
||||
path: CONFIG.SMTP.SENDMAIL,
|
||||
logger: bunyanLogger as any
|
||||
logger: bunyanLogger
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue