Prajwal0225 / My-Favorite-SuperHero

🦸‍♂️ My Fav Superhero: Discover superhero images in a click! Search your heroes or get random image.
https://my-favorite-super-hero-one.vercel.app/index.html
MIT License
24 stars 84 forks source link

fix: handled catch block and commented console logs #260

Closed manipandit closed 1 year ago

manipandit commented 1 year ago

what does this PR do? This PR makes sure that the console logs that were used during development are made as comments. The catch block used in contributers.js was inside the then block due to which it was throwing an error on the console.

catchblockerror

This PR handles catch block properly.

fixes #253