PokeAPI / pokedex-promise-v2

An easy way to use pokeapi v2 with promises in node.js
MIT License
510 stars 89 forks source link

Declare `response` variable #50

Closed simonorono closed 3 years ago

simonorono commented 3 years ago

Otherwise, it fails when compiling it in strict mode.

Fixes #49

Naramsim commented 3 years ago

Thanks!