Skip to content

Commit

Permalink
🔨 fix(auth) : [v1.1.0] 프로덕션 대비 인증번호 테스트용 응답 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM committed Aug 16, 2022
1 parent 9836115 commit cac070a
Showing 1 changed file with 1 addition and 1 deletion.
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 })
@Expose()
@Exclude()
validationNumber: string;

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

0 comments on commit cac070a

Please sign in to comment.