Skip to content

Commit

Permalink
chore: remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Nov 11, 2023
1 parent f890992 commit 3086d5b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"koa-mount": "4.0.0",
"koa-session": "6.4.0",
"node-cron": "3.0.3",
"node-fetch": "2.6.7",
"reflect-metadata": "0.1.13",
"type-graphql": "2.0.0-beta.3",
"typedi": "0.10.0",
Expand Down
1 change: 0 additions & 1 deletion packages/server/src/features/auth/auth-service.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { REST } from "@discordjs/rest";
import { Routes } from "discord-api-types/v10";
import fetch from "node-fetch";
import { Service } from "typedi";
import { URLSearchParams } from "url";
import { createServerLogger } from "../../services/logging/log";
Expand Down
1 change: 0 additions & 1 deletion packages/server/src/servers/yesbot-schema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Koa from "koa";
import { getIntrospectionQuery } from "graphql";
import fetch from "node-fetch";
import { isDevelopment } from "../config";
import { createServerLogger } from "../services/logging/log";
import Router from "@koa/router";
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8991,7 +8991,6 @@ __metadata:
koa-mount: 4.0.0
koa-session: 6.4.0
node-cron: 3.0.3
node-fetch: 2.6.7
prisma: 5.5.2
reflect-metadata: 0.1.13
ts-node: 10.9.1
Expand Down

0 comments on commit 3086d5b

Please sign in to comment.