Skip to content

Commit

Permalink
♻️ studentTechStacks -> techStacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Huuuunee committed Aug 21, 2023
1 parent f592803 commit 4b1badd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class StudentWebAdapter(
major = this.major,
profileImg = this.profileImg,
contactEmail = this.contactEmail,
studentTechStacks = this.techStacks,
techStacks = this.techStacks,
formOfEmployment = this.formOfEmployment,
portfolioUrl = this.portfolioUrl,
certificates = this.certificates,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data class DetailStudentInfoTeacherWebResponse(
val salary: Int,
val languageCertificates: List<LanguageCertificate.LanguageCertificateScore>,
val certificates: List<String>,
val studentTechStacks: List<String>,
val techStacks: List<String>,
val projects: List<ProjectResponseData>,
val prizes: List<PrizeResponseData>
)

0 comments on commit 4b1badd

Please sign in to comment.