mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix spelling of error message in 'sendActivationEmail'
This commit is contained in:
parent
b8fdb59d73
commit
624cd6e4bc
@ -650,8 +650,8 @@ export class AdminResolver {
|
|||||||
}
|
}
|
||||||
const emailContact = user.emailContact
|
const emailContact = user.emailContact
|
||||||
if (emailContact.deletedAt) {
|
if (emailContact.deletedAt) {
|
||||||
logger.error(`The emailContact: ${email} of htis User is deleted.`)
|
logger.error(`The emailContact: ${email} of this User is deleted.`)
|
||||||
throw new Error(`The emailContact: ${email} of htis User is deleted.`)
|
throw new Error(`The emailContact: ${email} of this User is deleted.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user