From 0ae2fc8a6b24cf9e7ec67513b1bfd9f3546a1071 Mon Sep 17 00:00:00 2001 From: Ryu JuHeon Date: Mon, 31 May 2021 08:42:22 +0900 Subject: [PATCH] fix(App): missing await --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index c5e115c..cbd01ab 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -50,7 +50,7 @@ function App() { alert("찾을수 없습니다.") return } - const imagesInfo = imageInfoResponse.json() + const imagesInfo = await imageInfoResponse.json() let count = 0 let failedCount = 0