Skip to content

Commit

Permalink
refactor: use built-in nextjs fetch (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 authored May 16, 2024
1 parent a7db2d8 commit b7c381b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 65 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"date-fns": "^2.30.0",
"dequal": "^2.0.3",
"eslint-config-gsap": "^3.0.0",
"isomorphic-unfetch": "^4.0.2",
"nanoid": "^5.0.7",
"next": "^14.2.3",
"normalize.css": "^8.0.1",
Expand Down
61 changes: 0 additions & 61 deletions pnpm-lock.yaml

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

2 changes: 0 additions & 2 deletions src/server/modules/deepdip/get-global-leaderboard.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import fetch from 'isomorphic-unfetch';

export interface LeaderboardResult {
/** Current player rank */
rank: number;
Expand Down
1 change: 0 additions & 1 deletion src/server/modules/flylive/get-flylive-data.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import fetch from 'isomorphic-unfetch';
import parseFlyliveData from '~/modules/flightsim/parse-flylive-data';

export async function getFlyliveData() {
Expand Down

0 comments on commit b7c381b

Please sign in to comment.