mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
fix bad logging on email sender
This commit is contained in:
parent
fa6065b298
commit
f7545393f2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ else
|
|||
module.exports =
|
||||
|
||||
sendEmail : (options, callback = (error) ->)->
|
||||
logger.log receiver:options.receiver, subject:options.subject, "sending email"
|
||||
logger.log receiver:options.to, subject:options.subject, "sending email"
|
||||
metrics.inc "email"
|
||||
options =
|
||||
to: options.to
|
||||
|
|
Loading…
Reference in a new issue