Skip to content

Commit

Permalink
[PWN-8165] Fix StrigaUserIndustry
Browse files Browse the repository at this point in the history
  • Loading branch information
Elizaveta Semenova committed Aug 1, 2023
1 parent 320bc16 commit 3a4a816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ public enum StrigaUserIndustry: String, CaseIterable, Codable {
case freelancer = "FREELANCER"
case student = "STUDENT"
case retired = "RETIRED"
case unemployed = "UNEMPOYED"
case unemployed = "UNEMPLOYED"
}

0 comments on commit 3a4a816

Please sign in to comment.