Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
tlangs committed Sep 11, 2023
1 parent b197c5e commit a429e35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ case class BasicProfile (
require(ProfileValidator.nonEmpty(programLocationCity), "program location city must be non-empty")
require(ProfileValidator.nonEmpty(programLocationState), "program location state must be non-empty")
require(ProfileValidator.nonEmpty(programLocationCountry), "program location country must be non-empty")
require(ProfileValidator.nonEmpty(department), "department must be non-empty")
}

case class Profile (
Expand Down

0 comments on commit a429e35

Please sign in to comment.