Skip to content

Commit

Permalink
fix(App): missing await
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo authored May 30, 2021
1 parent c953c6e commit 0ae2fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function App() {
alert("찾을수 없습니다.")
return
}
const imagesInfo = imageInfoResponse.json()
const imagesInfo = await imageInfoResponse.json()

let count = 0
let failedCount = 0
Expand Down

0 comments on commit 0ae2fc8

Please sign in to comment.