We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4f40b commit 275cf68Copy full SHA for 275cf68
server/node-service/src/plugins/openApi/index.ts
@@ -12,11 +12,10 @@ import {
12
isFile,
13
} from "./util";
14
import { badRequest } from "../../common/error";
15
-import { safeJsonParse } from "../../common/util";
16
import { OpenAPI, OpenAPIV2, OpenAPIV3 } from "openapi-types";
17
import _ from "lodash";
18
import { fetch } from "../../common/fetch";
19
-import { RequestInit, Response } from "node-fetch";
+import { RequestInit } from "node-fetch";
20
21
const dataSourceConfig = {
22
type: "dataSource",
0 commit comments