Skip to content

Commit

Permalink
🔧 코드 리뷰 반영 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
loinsir committed Dec 9, 2023
1 parent 777c666 commit 90ec979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/Layover/Layover/Network/DTOs/MemberDTO.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct MemberDTO: Decodable {

extension MemberDTO {
func toDomain() -> Member {
var imageURL: URL? = nil
var imageURL: URL?
if let profileImageURL {
imageURL = URL(string: profileImageURL)
}
Expand Down

0 comments on commit 90ec979

Please sign in to comment.