Skip to content

Commit

Permalink
edits after linter's checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariya-Artemenko committed Dec 11, 2023
1 parent bdb17e5 commit cda6ccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function getPokemons() {
const response = await fetch(apiUrl, options);
pokemons = await response.json();
renderCards(mainElement, pokemons);
} catch (error) {
} catch (error) {
console.error('GET error:', error);
} finally {
hiddenLoader();
Expand Down

0 comments on commit cda6ccc

Please sign in to comment.