Skip to content

Commit

Permalink
update :: portfolio url optional
Browse files Browse the repository at this point in the history
  • Loading branch information
ani2689 committed Jun 3, 2024
1 parent c821228 commit 451246f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ModifyStudentInfoRequestData(
val techStacks: List<String>,
val profileImgUrl: String,
val introduce: String,
val portfolioUrl: String,
val portfolioUrl: String?,
val contactEmail: String,
val formOfEmployment: FormOfEmployment,
val gsmAuthenticationScore: Int,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ data class ModifyStudentInfoWebRequest(
@field:Size(max = 50)
val introduce: String,

@field:NotBlank
@field:Pattern(regexp = "^(https?://).*")
val portfolioUrl: String,
val portfolioUrl: String?,

@field:NotBlank
@field:Email
Expand Down

0 comments on commit 451246f

Please sign in to comment.