mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
no logger calls as logger does not exist in context
This commit is contained in:
parent
269de2cf56
commit
0c1d7d03b0
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user