decentraland / decentraland/builder-server
Replace isomorphic-fetch with node-fetch
Open
good first issue
- Dominant language
- TypeScript
- Stars
- 20
- Forks
- 17
- Avg merge
- 5d 8h
- Merged PRs (30d)
- 3
Description
Currently both are being used.
Isomorphic is only useful when the same code is run both on the server and the browser and that is not the case with this server.
Node fetch is also being used but imported as a transitive dependency.
Update the code so that node fetch is the only client.
Contributor guide
Assessment
This issue has not been assessed yet.