Skip to content

Commit

Permalink
πŸ“ :: [#259] MyPageDomain / λ§ˆμ΄νŽ˜μ΄μ§€ Response Key λ³€κ²½
Browse files Browse the repository at this point in the history
MyPageResponseDTO / profileImg -> profileImgUrl
  • Loading branch information
baekteun authored Aug 28, 2023
1 parent ce390ac commit 4dfaf19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct FetchMyProfileResponseDTO: Decodable {
case number
case department
case major
case profileImageURL = "profileImg"
case profileImageURL = "profileImgUrl"
case contactEmail
case gsmAuthenticationScore
case formOfEmployment
Expand Down

0 comments on commit 4dfaf19

Please sign in to comment.