mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
return value on then
This commit is contained in:
parent
f2168ccea7
commit
aa8b9d017d
@ -75,6 +75,7 @@ export const sendEmailTranslated = async (params: {
|
||||
resultSend = result
|
||||
logger.info('Send email successfully !!!')
|
||||
logger.info('Result: ', result)
|
||||
return result
|
||||
})
|
||||
.catch((error: unknown) => {
|
||||
throw new LogError('Error sending notification email', error)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user