fix: change password partner
This commit is contained in:
parent
aa8764ff2b
commit
0f90e601d9
|
@ -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