Skip to content

Commit

Permalink
♻️ 에러 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiey committed Oct 15, 2024
1 parent b5a864e commit 7c5418c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/apis/member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const getMember = async (): Promise<{ username: string }> => {
export const deleteMember = async () => {
await fetcher.delete({
url: `${API_URL}/member`,
errorMessage: ERROR_MESSAGES.GET_MEMBER,
errorMessage: ERROR_MESSAGES.DELETE_MEMBER,
});
};

Expand Down

0 comments on commit 7c5418c

Please sign in to comment.