Merge remote-tracking branch 'origin/development' into development
This commit is contained in:
commit
e73c3da0ae
|
@ -243,7 +243,7 @@ export class UsersController {
|
|||
@Body() updateUserDto: UpdateUserDto,
|
||||
) {
|
||||
return {
|
||||
data: await this.usersService.updatePassword(id, updateUserDto),
|
||||
data: await this.usersService.updatePasswordPartner(id, updateUserDto),
|
||||
statusCode: HttpStatus.OK,
|
||||
message: 'success',
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user