Skip to content

Commit

Permalink
Merge pull request #12 from PBTP/hotfix/servey-bug-fix
Browse files Browse the repository at this point in the history
DMVM-134 fix: snsContact에 IsUrl 해제
  • Loading branch information
shine-jung authored May 22, 2024
2 parents c766790 + 7bd2d43 commit c93d2c1
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 c93d2c1

Please sign in to comment.