mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
missing todo
This commit is contained in:
parent
ff0388c82c
commit
30455fd220
@ -311,6 +311,7 @@ export class UserResolver {
|
||||
dbUser.lastName = lastName
|
||||
dbUser.username = username
|
||||
|
||||
// TDOO transaction
|
||||
await userRepository.save(dbUser).catch(() => {
|
||||
throw new Error('error saving user')
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user