Skip to content

Commit

Permalink
Merge pull request #56 from MOVIEJOJO7/Feature/#43
Browse files Browse the repository at this point in the history
Fix : 빌드 오류 수정 pr
  • Loading branch information
TaePoong719 authored Nov 15, 2023
2 parents ff7ca65 + 07c0e69 commit 58e427f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/Users/ProfileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ProfileModal = ({
const req = await fetchImage({
file: userInput.picture,
id: userInput.id,
password: userInput.password,
password: '',
name: userInput.name,
});
photoUrl = req.data.picture;
Expand Down

0 comments on commit 58e427f

Please sign in to comment.