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,
|
@Body() updateUserDto: UpdateUserDto,
|
||||||
) {
|
) {
|
||||||
return {
|
return {
|
||||||
data: await this.usersService.updatePassword(id, updateUserDto),
|
data: await this.usersService.updatePasswordPartner(id, updateUserDto),
|
||||||
statusCode: HttpStatus.OK,
|
statusCode: HttpStatus.OK,
|
||||||
message: 'success',
|
message: 'success',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user