Skip to content

Commit

Permalink
Fix: 누락된 괄호 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jinwoong16 committed Sep 5, 2024
1 parent 02758c9 commit 4991507
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ class ProfileViewModel: ObservableObject {
if !success {
profileUpdateError = "프로필 업데이트에 실패했어요. 다시 시도해주세요."
showProfileAlert = true
}
}

func handleImageSelection(newItem: PhotosPickerItem?) {
Expand Down

0 comments on commit 4991507

Please sign in to comment.