Skip to content

Commit

Permalink
fix: 구매자 프로필 편집 안 되는 오류 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
ryr0121 committed Mar 28, 2023
1 parent 83c50fa commit 6d5c1da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ extension BuyerProfileSetViewController {
self?.editProfileRequest(param: editedUserInfo)
print(editedUserInfo)
}
} else {
let editedUserInfo = Signup(nickname: nickname, profileImg: "")
editProfileRequest(param: editedUserInfo)
}

} else { showAlert(message: "닉네임을 입력해주세요") }
Expand Down

0 comments on commit 6d5c1da

Please sign in to comment.