Skip to content
New issue

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

Use node fetch across backend #721

Merged
merged 3 commits into from
Sep 5, 2023
Merged

Use node fetch across backend #721

merged 3 commits into from
Sep 5, 2023

Conversation

a3957273
Copy link
Member

@a3957273 a3957273 commented Sep 3, 2023

There is only one place we use Axios in the backend. This was converted to node-fetch. When we switch to Node v20 we can remove node-fetch and use the inbuilt 'fetch' library. The added benefits of axios are minor.

@a3957273 a3957273 marked this pull request as draft September 3, 2023 14:38
@a3957273 a3957273 marked this pull request as ready for review September 5, 2023 00:27
@a3957273 a3957273 merged commit 5c21b6e into main Sep 5, 2023
@a3957273 a3957273 deleted the chore/use-node-fetch branch September 5, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants