Skip to content

Commit

Permalink
Chore: 불필요 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoung-min committed Feb 7, 2024
1 parent 025a5a5 commit 5c3be02
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/list/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,7 @@ export default function CreatePage() {
return { listData, imageData, imageFileList };
};

const {
mutate: saveImageMutate,
isPending: isUploadingImage,
data: listId,
} = useMutation({
const { mutate: saveImageMutate, isPending: isUploadingImage } = useMutation({
mutationFn: uploadItemImages,
retry: 3,
retryDelay: 1000,
Expand Down

0 comments on commit 5c3be02

Please sign in to comment.