Skip to content

Commit

Permalink
chore: Remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjcsmith committed Dec 4, 2024
1 parent fe5e2af commit 72d8e8b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 93 deletions.
91 changes: 0 additions & 91 deletions data-connector/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 data-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"graphql-tag": "^2.12.6",
"inferable": "^0.30.48",
"mysql2": "^3.11.5",
"node-fetch": "^3.3.2",
"pg": "^8.13.1",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
Expand Down
1 change: 0 additions & 1 deletion data-connector/src/open-api/open-api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { approvalRequest, blob, ContextInput, Inferable } from "inferable";
import { z } from "zod";
import fetch from "node-fetch";
import type { DataConnector } from "../types";
import { OpenAPIV3 } from "openapi-types";
import crypto from "crypto";
Expand Down

0 comments on commit 72d8e8b

Please sign in to comment.