mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 14:01:52 +00: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 =
|
module.exports =
|
||||||
|
|
||||||
sendEmail : (options, callback = (error) ->)->
|
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"
|
metrics.inc "email"
|
||||||
options =
|
options =
|
||||||
to: options.to
|
to: options.to
|
||||||
|
|
Loading…
Reference in a new issue