Skip to content

Commit

Permalink
🔨 fix(auth) : 테스트 기간 인증번호 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM committed Aug 6, 2022
1 parent df2389b commit e731a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/auth/dtos/AdminSendValidationNumber.response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export class ResponseAdminSendValidationNumberDto {
isArray: true,
example: 'asdf'
})
@Exclude()
@Expose()
validationNumber: string;
}
2 changes: 1 addition & 1 deletion src/auth/dtos/RequestValidation.response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class ResponseRequestValidationDto {
phoneNumber: string;

@ApiProperty({ description: '테스트용 인증번호', type: String })
@Exclude()
@Expose()
validationNumber: string;

@ApiProperty({ description: '이미 가입했는지에대한 정보', type: Boolean })
Expand Down

0 comments on commit e731a50

Please sign in to comment.