Skip to content

Commit 275cf68

Browse files
committed
Small amount of code cleanup
1 parent ed4f40b commit 275cf68

File tree

1 file changed

+1
-2
lines changed
  • server/node-service/src/plugins/openApi

1 file changed

+1
-2
lines changed

server/node-service/src/plugins/openApi/index.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ import {
1212
isFile,
1313
} from "./util";
1414
import { badRequest } from "../../common/error";
15-
import { safeJsonParse } from "../../common/util";
1615
import { OpenAPI, OpenAPIV2, OpenAPIV3 } from "openapi-types";
1716
import _ from "lodash";
1817
import { fetch } from "../../common/fetch";
19-
import { RequestInit, Response } from "node-fetch";
18+
import { RequestInit } from "node-fetch";
2019

2120
const dataSourceConfig = {
2221
type: "dataSource",

0 commit comments

Comments
 (0)