Skip to content

Commit

Permalink
DMVM-134 fix: snsContact에 IsUrl 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
shine-jung committed May 22, 2024
1 parent c766790 commit 7bd2d43
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {
IsOptional,
IsPhoneNumber,
IsString,
IsUrl,
Length,
} from 'class-validator';

Expand Down Expand Up @@ -47,7 +46,6 @@ export class PreRegistrationSurveyBody {

@ApiProperty()
@IsOptional()
@IsUrl()
snsContact?: string;

@ApiProperty()
Expand Down

0 comments on commit 7bd2d43

Please sign in to comment.