Merge branch 'development' into 'devops-staging'

fix: change password partner

See merge request empatnusabangsa/ppob/ppob-backend!70
This commit is contained in:
ilham dwi pratama 2021-12-27 03:55:09 +00:00
commit 60a83878bd

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