Skip to content

Commit 899084e

Browse files
committed
refactor: 데드코드 제거
1 parent 8ee95a5 commit 899084e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/host/src/features/notice/use-image-upload.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ export const useImageUpload = (initialUrls: string[] = []) => {
9494
return image;
9595
}),
9696
);
97-
} catch {
98-
toast.show('이미지 업로드 중 오류가 발생했습니다.');
9997
} finally {
10098
compressingTaskCountRef.current = Math.max(
10199
0,

0 commit comments

Comments
 (0)