Skip to content

Commit 36ef834

Browse files
fix : Survey.tsx 미사용 error 변수 제거하여 lint 에러 해결
1 parent 02df06f commit 36ef834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/PickPage/Survey.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function SurveyPage() {
5252
// 성공하면 이미 오늘 condition이 있음 → 결과 페이지로 이동
5353
toast.info("이미 오늘의 설문을 완료했어요! 추천 결과를 확인하세요.");
5454
navigate("/pick/result", { replace: true });
55-
} catch (error: unknown) {
55+
} catch {
5656
// 404면 오늘 condition이 없음 → 설문 진행
5757
// 다른 에러는 무시하고 설문 진행
5858
setCheckingCondition(false);

0 commit comments

Comments
 (0)