mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected error message create user
This commit is contained in:
parent
b6b57677f2
commit
fbec0d44b5
@ -346,7 +346,7 @@ export class UserResolver {
|
||||
logger.addContext('user', dbUser.id)
|
||||
} catch (e) {
|
||||
await queryRunner.rollbackTransaction()
|
||||
throw new LogError(`Error during create user with error: ${e}`, e)
|
||||
throw new LogError('Error creating user', e)
|
||||
} finally {
|
||||
await queryRunner.release()
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user