Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Update Lesson_2_Call_Deployed_Program.md
Browse files Browse the repository at this point in the history
- corrected a console log to point out the right method name
  • Loading branch information
donni106 authored Nov 12, 2021
1 parent 840a87d commit a06e610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const getGifList = async() => {
setGifList(account.gifList)
} catch (error) {
console.log("Error in getGifs: ", error)
console.log("Error in getGifList: ", error)
setGifList(null);
}
}
Expand Down

0 comments on commit a06e610

Please sign in to comment.