Skip to content

Commit

Permalink
fix: Profile Image를 Blank로 받을 수 있도록 수정 햣
Browse files Browse the repository at this point in the history
  • Loading branch information
kpeel5839 committed Jul 3, 2024
1 parent d52d687 commit ddf40bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public record UpdateMemberProfileRequest(
Long mainSkillId,

@Schema(description = "프로필 이미지 URL", example = "https://conceptbe.png")
@NotBlank(message = "프로필 이미지를 설정해주세요.")
String profileImageUrl,

@Schema(description = "세부 스킬 리스트")
Expand Down

0 comments on commit ddf40bb

Please sign in to comment.