decentraland / decentraland/builder-server

Replace isomorphic-fetch with node-fetch

Open
#434 0 comments 0 reactions 1 assignee Claimed by @fzavalia View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.