Skip to content

Commit

Permalink
Remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Feb 13, 2023
1 parent 714f995 commit 6956b58
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"mobx-state-tree": "^3.17.3",
"node-fetch": "^2.6.7",
"panoptes-client": "^4.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
1 change: 0 additions & 1 deletion server/proxy-server.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const express = require('express')
const fetch = require('node-fetch')
require('dotenv').config()

const server = express()
Expand Down

0 comments on commit 6956b58

Please sign in to comment.