닉네임 변경 처리 수정

This commit is contained in:
2025-05-12 17:06:11 +09:00
parent b5efab7755
commit ce2f3db35c
4 changed files with 59 additions and 65 deletions

View File

@@ -42,7 +42,7 @@ export const UserChangeNickName = async (token, params) => {
headers: { Authorization: `Bearer ${token}` },
});
return res;
return res.data;
} catch (e) {
if (e instanceof Error) {
throw new Error('UserChangeNickName Error', e);