mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
fix bad logging on email sender
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user