fix: Fixed user persistence after exchange
This commit is contained in:
parent
71109174f7
commit
94dd43c138
6 changed files with 34 additions and 7 deletions
src/main/java/eu/ztsh/wymiana/service
|
@ -31,7 +31,7 @@ public class UserService {
|
|||
}
|
||||
|
||||
public User update(User user) {
|
||||
throw new UnsupportedOperationException("Not implemented yet");
|
||||
return UserMapper.entityToPojo(userRepository.save(UserMapper.pojoToEntity(user)));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue