mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
do not expose so much error information
This commit is contained in:
parent
4300b10df7
commit
09ac97faba
@ -469,7 +469,7 @@ export class UserResolver {
|
||||
})
|
||||
// Save userContact
|
||||
await queryRunner.manager.save(userContact).catch((error) => {
|
||||
throw new LogError(`error saving userContact: ${error}`, error)
|
||||
throw new LogError('Error saving userContact', error)
|
||||
})
|
||||
|
||||
await queryRunner.commitTransaction()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user