Skip to content

Commit

Permalink
πŸ› fix: λΉŒλ“œ μ—λŸ¬ ν•΄κ²°#73
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeona01 committed Oct 31, 2024
1 parent 743f5b4 commit f02e35e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/api/mypage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ export const patchUserProfile = async (userData: FormData) => {
};

// 3.6 (고용주) νšŒμ‚¬ 정보 μˆ˜μ •ν•˜κΈ°
export const patchOwnerProfile = async (
ownerProfile: EmployerProfileRequest,
) => {
// export const patchOwnerProfile = async (ownerProfile: FormData) => {
export const patchOwnerProfile = async (ownerProfile: FormData) => {
const response = await api.patch('/owners', ownerProfile);
return response.data;
};
Expand Down

0 comments on commit f02e35e

Please sign in to comment.