remove wrong line

This commit is contained in:
einhornimmond 2025-11-26 12:41:01 +01:00
parent 07e2ba0bc8
commit c60569e900

View File

@ -113,7 +113,6 @@ export const sendEmailTranslated = async ({
})
.catch((error: unknown) => {
logger.error('Error sending notification email', error)
throw error
})
return resultSend