From 756aa917fe809a4768bdd505495e915a285e1093 Mon Sep 17 00:00:00 2001 From: choi Date: Sun, 22 Dec 2024 19:20:10 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A8=EB=B2=94=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/modal/album/albumEdit-modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modal/album/albumEdit-modal.tsx b/src/components/modal/album/albumEdit-modal.tsx index 2984cc1..7bba274 100644 --- a/src/components/modal/album/albumEdit-modal.tsx +++ b/src/components/modal/album/albumEdit-modal.tsx @@ -99,7 +99,7 @@ const AlbumEditModal = () => { setIsloading(true); try { - const albumArtUrl = file ? (await uploadToS3(file)).url : ""; + const albumArtUrl = file ? await uploadToS3(file) : ""; console.log(uuid); console.log(values);