Typeorm updating entity/table Typeorm updating entity/table database database

Typeorm updating entity/table


Try this method:

await this. userRepository.update(                user.id ,                user              );const updatedUser = await this.repository.findOne(user.id);