We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We use got for network calls in the server, but now that fetch is supported in node, we should use that instead.
got
fetch
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
We use
got
for network calls in the server, but now thatfetch
is supported in node, we should use that instead.Conditions of success
got
is removed from the projectfetch
is used for network callsThe text was updated successfully, but these errors were encountered: