no logger calls as logger does not exist in context

This commit is contained in:
Moriz Wahl 2025-06-26 16:02:01 +02:00
parent 269de2cf56
commit 0c1d7d03b0

View File

@ -118,7 +118,7 @@ export default {
// context.logger.error('A user account with this email already exists.')
throw new UserInputError('A user account with this email already exists.')
}
context.logger.error('VerifyEmailAddress', e)
// context.logger.error('VerifyEmailAddress', e)
throw new Error(e)
} finally {
await session.close()