mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Refine logger.info message for successfully send email
This commit is contained in:
parent
267a48c970
commit
89d3105afb
@ -70,7 +70,7 @@ export const sendEmailTranslated = async (params: {
|
||||
locals: params.locals,
|
||||
})
|
||||
.then((result: unknown) => {
|
||||
logger.info('Send email successfully.')
|
||||
logger.info('Send email successfully !!!')
|
||||
logger.info('Result: ', result)
|
||||
})
|
||||
.catch((error: unknown) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user