Skip to content

Commit

Permalink
🔥 [#309] InputStudentInformationRequestDTO / regions 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuunseo committed Nov 21, 2023
1 parent db537d9 commit 648926d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ public struct InputStudentInformationRequestDTO: Encodable {
public let introduce: String
public let major: String
public let profileImgURL: String
public let regions: [String]
public let salary: Int
public let techStacks: [String]
public let projects: [Project]
Expand All @@ -16,7 +15,6 @@ public struct InputStudentInformationRequestDTO: Encodable {
introduce: String,
major: String,
profileImgURL: String,
regions: [String],
salary: Int,
techStacks: [String],
projects: [Project] = [],
Expand All @@ -26,7 +24,6 @@ public struct InputStudentInformationRequestDTO: Encodable {
self.introduce = introduce
self.major = major
self.profileImgURL = profileImgURL
self.regions = regions
self.salary = salary
self.techStacks = techStacks
self.projects = projects
Expand All @@ -38,7 +35,6 @@ public struct InputStudentInformationRequestDTO: Encodable {
case introduce
case major
case profileImgURL = "profileImgUrl"
case regions
case salary
case techStacks
case projects
Expand Down

0 comments on commit 648926d

Please sign in to comment.