Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
ilham 2021-12-28 18:28:36 +07:00
commit e73c3da0ae

View File

@ -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',
}; };