Skip to content

Commit

Permalink
Fix: 메시지 빼먹은 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yunochi committed Jan 2, 2025
1 parent 57b8cb3 commit 09b0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api-error/onApiError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function onApiError(code: number, res: Response) {
break;
case 'RATE_LIMITED':
modalValue.title = '제한 초과';
modalValue.body = '';
modalValue.body = '요청 제한을 초과했어요...! 잠시 후 다시 시도해 주세요.';
break;
case 'SERVER_ERROR':
modalValue.title = '서버 오류';
Expand Down

0 comments on commit 09b0a81

Please sign in to comment.